Html Css Color HEX #660D14 Pohutukawa

📋 copy color: '#660D14'

red 102 ◦ green 13 ◦ blue 20

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

Shades of Pohutukawa #660D14

Tints of Pohutukawa #660D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.63%

 BLUE value IS 20 (8.2% from 255) = 14.81%

R = 75.56%
G = 9.63%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#660D14 (or 0x660D14) is known color: Pohutukawa. HEX triplet: 66, 0D and 14. RGB value is (102,13,20). Sum of RGB (Red+Green+Blue) = 102+13+20=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #660D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660D14 is #99F2EB. Grayscale: #282828. Windows color (decimal): -10089196 or 1314150. OLE color: 1314150.

HSL color Cylindrical-coordinate representation of color #660D14: hue angle of 355.28º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D14 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 13 20 -
CMYK 0 0.87 0.80 0.6
HSL 355.28º 0.77% 0.23% -
HSV(B) 355.28º 0.87% 0.4% -
XYZ 5.75 3.16 0.97 -
YUV 40.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 102 13 20 0 0.87 0.80 0.6 355.28 0.77 0.23
Hex 66 D 14 0 57 50 3C 163 4D 17
Octal 146 15 24 0 127 120 74 543 115 27
Binary 1100110 1101 10100 0 1010111 1010000 111100 101100011 1001101 10111

Color Harmonies of #660D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D14

Black with #660D14

Text Example


Text Example

White with #660D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,13,20); }

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

background-color css

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

 a { background-color: rgb(102,13,20); }

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

border-color css

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

 span { border-color: rgb(102,13,20); }

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