Html Css Color HEX #660A18 Pohutukawa

📋 copy color: '#660A18'

red 102 ◦ green 10 ◦ blue 24

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

Shades of Pohutukawa #660A18

Tints of Pohutukawa #660A18

RGB

 RED value IS 102 (40.23% from 255) = 75%

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

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

R = 75%
G = 7.35%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#660A18 (or 0x660A18) is known color: Pohutukawa. HEX triplet: 66, 0A and 18. RGB value is (102,10,24). Sum of RGB (Red+Green+Blue) = 102+10+24=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #660A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660A18 is #99F5E7. Grayscale: #272727. Windows color (decimal): -10089960 or 1575526. OLE color: 1575526.

HSL color Cylindrical-coordinate representation of color #660A18: hue angle of 350.87º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A18 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 10 24 -
CMYK 0 0.90 0.76 0.6
HSL 350.87º 0.82% 0.22% -
HSV(B) 350.87º 0.9% 0.4% -
XYZ 5.75 3.11 1.16 -
YUV 39.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 102 10 24 0 0.90 0.76 0.6 350.87 0.82 0.22
Hex 66 A 18 0 5A 4C 3C 15F 52 16
Octal 146 12 30 0 132 114 74 537 122 26
Binary 1100110 1010 11000 0 1011010 1001100 111100 101011111 1010010 10110

Color Harmonies of #660A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660A18

Black with #660A18

Text Example


Text Example

White with #660A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660A18; }

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

 H1.HeaderClassName
 {
   color: #660A18;
 }
 .AnyTagClassName
 {
   color: #660A18;
 }
</style>

background-color css

<style>
 a { background-color: #660A18; }

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

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

border-color css

<style>
 span { border-color: #660A18; }

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

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