Html Css Color HEX #6C1118 Pohutukawa

📋 copy color: '#6C1118'

red 108 ◦ green 17 ◦ blue 24

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

Shades of Pohutukawa #6C1118

Tints of Pohutukawa #6C1118

RGB

 RED value IS 108 (42.58% from 255) = 72.48%

 GREEN value IS 17 (7.03% from 255) = 11.41%

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

R = 72.48%
G = 11.41%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6C1118 (or 0x6C1118) is known color: Pohutukawa. HEX triplet: 6C, 11 and 18. RGB value is (108,17,24). Sum of RGB (Red+Green+Blue) = 108+17+24=149 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72.48% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1118 is #93EEE7. Grayscale: #2D2D2D. Windows color (decimal): -9694952 or 1577324. OLE color: 1577324.

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

Color convert

RGB 108 17 24 -
CMYK 0 0.84 0.78 0.58
HSL 355.38º 0.73% 0.25% -
HSV(B) 355.38º 0.84% 0.42% -
XYZ 6.55 3.65 1.22 -
YUV 45.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 108 17 24 0 0.84 0.78 0.58 355.38 0.73 0.25
Hex 6C 11 18 0 54 4E 3A 163 49 19
Octal 154 21 30 0 124 116 72 543 111 31
Binary 1101100 10001 11000 0 1010100 1001110 111010 101100011 1001001 11001

Color Harmonies of #6C1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1118

Black with #6C1118

Text Example


Text Example

White with #6C1118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,17,24); }

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

background-color css

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

 a { background-color: rgb(108,17,24); }

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

border-color css

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

 span { border-color: rgb(108,17,24); }

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