#6B1723

Color #6B1723 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #6B1723

Tints of Pohutukawa #6B1723

Color information

#6B1723 (or 0x6B1723) is unknown color: approx Pohutukawa. HEX triplet: 6B, 17 and 23. RGB value is (107,23,35). Sum of RGB (Red+Green+Blue) = 107+23+35=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1723 is #94E8DC. Grayscale: #313131. Windows color (decimal): -9758941 or 2299755. OLE color: 2299755.

HSL color Cylindrical-coordinate representation of color #6B1723: hue angle of 351.43º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1723 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB1072335-
CMYK00.790.670.58
HSL351.43º64.62%25.49%-
HSV(B)351.43º78.5%41.96%-
XYZ6.673.861.98-
YUV49.48119.83169.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 64.85%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 35 (14.06% from 255) = 21.21%
R=64.85%
G=13.94%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107233500.790.670.58351.4364.6225.49
Hex6B172304F433A15f4119
Octal153274301171037253710131
Binary110101110111100011010011111000011111010101011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B1723; }

 p { color: rgb(107,23,35); }

 H1.HeaderClassName
 {
   color: #6B1723;
 }
 .AnyTagClassName
 {
   color: #6B1723;
 }
</style>
background-color css

<style>
 a { background-color: #6B1723; }

 a { background-color: rgb(107,23,35); }

 div.DivClassName
 {
   background-color: #6B1723;
 }
 .BgClassName
 {
   background-color: #6B1723;
 }
</style>
border-color css

<style>
 span { border-color: #6B1723; }

 span { border-color: rgb(107,23,35); }

 td.TdClassName
 {
   border-color: #6B1723;
 }
 .TagClassName
 {
   border-color: #6B1723;
 }
</style>