Html Css Color HEX #6A1118 Pohutukawa

📋 copy color: '#6A1118'

red 106 ◦ green 17 ◦ blue 24

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

Shades of Pohutukawa #6A1118

Tints of Pohutukawa #6A1118

RGB

 RED value IS 106 (41.8% from 255) = 72.11%

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

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

R = 72.11%
G = 11.56%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#6A1118 (or 0x6A1118) is known color: Pohutukawa. HEX triplet: 6A, 11 and 18. RGB value is (106,17,24). Sum of RGB (Red+Green+Blue) = 106+17+24=147 (19% of max value = 765). Red value is 106 (41.80% from 255 or 72.11% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1118 is #95EEE7. Grayscale: #2C2C2C. Windows color (decimal): -9826024 or 1577322. OLE color: 1577322.

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

Color convert

RGB 106 17 24 -
CMYK 0 0.84 0.77 0.58
HSL 355.28º 0.72% 0.24% -
HSV(B) 355.28º 0.84% 0.42% -
XYZ 6.31 3.53 1.21 -
YUV 44.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 106 17 24 0 0.84 0.77 0.58 355.28 0.72 0.24
Hex 6A 11 18 0 54 4D 3A 163 48 18
Octal 152 21 30 0 124 115 72 543 110 30
Binary 1101010 10001 11000 0 1010100 1001101 111010 101100011 1001000 11000

Color Harmonies of #6A1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1118

Black with #6A1118

Text Example


Text Example

White with #6A1118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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