#6B0B17

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

Shades of Pohutukawa #6B0B17

Tints of Pohutukawa #6B0B17

Color information

#6B0B17 (or 0x6B0B17) is unknown color: approx Pohutukawa. HEX triplet: 6B, 0B and 17. RGB value is (107,11,23). Sum of RGB (Red+Green+Blue) = 107+11+23=141 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.89% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0B17 is #94F4E8. Grayscale: #292929. Windows color (decimal): -9762025 or 1510251. OLE color: 1510251.

HSL color Cylindrical-coordinate representation of color #6B0B17: hue angle of 352.5º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0B17 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB1071123-
CMYK00.900.790.58
HSL352.5º81.36%23.14%-
HSV(B)352.5º89.72%41.96%-
XYZ6.343.431.14-
YUV41.07117.8175.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 75.89%
GREEN value IS 11 (4.69% from 255) = 7.80%
BLUE value IS 23 (9.38% from 255) = 16.31%
R=75.89%
G=7.80%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107112300.900.790.58352.581.3623.14
Hex6BB1705A4F3A1605117
Octal153132701321177254012127
Binary1101011101110111010110101001111111010101100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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