Html Css Color HEX #6D0A18 Pohutukawa

📋 copy color: '#6D0A18'

red 109 ◦ green 10 ◦ blue 24

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

Shades of Pohutukawa #6D0A18

Tints of Pohutukawa #6D0A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.99%

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

R = 76.22%
G = 6.99%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.57

RGB Variations

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

Color information

#6D0A18 (or 0x6D0A18) is known color: Pohutukawa. HEX triplet: 6D, 0A and 18. RGB value is (109,10,24). Sum of RGB (Red+Green+Blue) = 109+10+24=143 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.22% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0A18 is #92F5E7. Grayscale: #292929. Windows color (decimal): -9631208 or 1575533. OLE color: 1575533.

HSL color Cylindrical-coordinate representation of color #6D0A18: hue angle of 351.52º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0A18 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 10 24 -
CMYK 0 0.91 0.78 0.57
HSL 351.52º 0.83% 0.23% -
HSV(B) 351.52º 0.91% 0.43% -
XYZ 6.58 3.53 1.2 -
YUV 41.2 118.3 176.36 -
System Red Green Blue C M Y K H S L
Decimal 109 10 24 0 0.91 0.78 0.57 351.52 0.83 0.23
Hex 6D A 18 0 5B 4E 39 160 53 17
Octal 155 12 30 0 133 116 71 540 123 27
Binary 1101101 1010 11000 0 1011011 1001110 111001 101100000 1010011 10111

Color Harmonies of #6D0A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A18

Black with #6D0A18

Text Example


Text Example

White with #6D0A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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