Html Css Color HEX #6D0B18 Pohutukawa

📋 copy color: '#6D0B18'

red 109 ◦ green 11 ◦ blue 24

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

Shades of Pohutukawa #6D0B18

Tints of Pohutukawa #6D0B18

RGB

 RED value IS 109 (42.97% from 255) = 75.69%

 GREEN value IS 11 (4.69% from 255) = 7.64%

 BLUE value IS 24 (9.77% from 255) = 16.67%

R = 75.69%
G = 7.64%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.57

RGB Variations

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

Color information

#6D0B18 (or 0x6D0B18) is known color: Pohutukawa. HEX triplet: 6D, 0B and 18. RGB value is (109,11,24). Sum of RGB (Red+Green+Blue) = 109+11+24=144 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.69% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0B18 is #92F4E7. Grayscale: #292929. Windows color (decimal): -9630952 or 1575789. OLE color: 1575789.

HSL color Cylindrical-coordinate representation of color #6D0B18: hue angle of 352.04º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B18 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 11 24 -
CMYK 0 0.90 0.78 0.57
HSL 352.04º 0.82% 0.24% -
HSV(B) 352.04º 0.9% 0.43% -
XYZ 6.59 3.56 1.2 -
YUV 41.78 117.97 175.94 -
System Red Green Blue C M Y K H S L
Decimal 109 11 24 0 0.90 0.78 0.57 352.04 0.82 0.24
Hex 6D B 18 0 5A 4E 39 160 52 18
Octal 155 13 30 0 132 116 71 540 122 30
Binary 1101101 1011 11000 0 1011010 1001110 111001 101100000 1010010 11000

Color Harmonies of #6D0B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B18

Black with #6D0B18

Text Example


Text Example

White with #6D0B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,11,24); }

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

background-color css

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

 a { background-color: rgb(109,11,24); }

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

border-color css

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

 span { border-color: rgb(109,11,24); }

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