Html Css Color HEX #6B0811 Pohutukawa

📋 copy color: '#6B0811'

red 107 ◦ green 8 ◦ blue 17

#6B0811
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #6B0811

Tints of Pohutukawa #6B0811

RGB

 RED value IS 107 (42.19% from 255) = 81.06%

 GREEN value IS 8 (3.52% from 255) = 6.06%

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 81.06%
G = 6.06%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#6B0811 (or 0x6B0811) is known color: Pohutukawa. HEX triplet: 6B, 08 and 11. RGB value is (107,8,17). Sum of RGB (Red+Green+Blue) = 107+8+17=132 (17% of max value = 765). Red value is 107 (42.19% from 255 or 81.06% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0811 is #94F7EE. Grayscale: #262626. Windows color (decimal): -9762799 or 1116267. OLE color: 1116267.

HSL color Cylindrical-coordinate representation of color #6B0811: hue angle of 354.55º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0811 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 8 17 -
CMYK 0 0.93 0.84 0.58
HSL 354.55º 0.86% 0.23% -
HSV(B) 354.55º 0.93% 0.42% -
XYZ 6.25 3.34 0.85 -
YUV 38.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 107 8 17 0 0.93 0.84 0.58 354.55 0.86 0.23
Hex 6B 8 11 0 5D 54 3A 163 56 17
Octal 153 10 21 0 135 124 72 543 126 27
Binary 1101011 1000 10001 0 1011101 1010100 111010 101100011 1010110 10111

Color Harmonies of #6B0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0811

Black with #6B0811

Text Example


Text Example

White with #6B0811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,8,17); }

 H1.HeaderClassName
 {
   color: #6B0811;
 }
 .AnyTagClassName
 {
   color: #6B0811;
 }
</style>

background-color css

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

 a { background-color: rgb(107,8,17); }

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

border-color css

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

 span { border-color: rgb(107,8,17); }

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