Html Css Color HEX #660E13 Pohutukawa

📋 copy color: '#660E13'

red 102 ◦ green 14 ◦ blue 19

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

Shades of Pohutukawa #660E13

Tints of Pohutukawa #660E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.37%

 BLUE value IS 19 (7.81% from 255) = 14.07%

R = 75.56%
G = 10.37%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#660E13 (or 0x660E13) is known color: Pohutukawa. HEX triplet: 66, 0E and 13. RGB value is (102,14,19). Sum of RGB (Red+Green+Blue) = 102+14+19=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #660E13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660E13 is #99F1EC. Grayscale: #282828. Windows color (decimal): -10088941 or 1248870. OLE color: 1248870.

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

Color convert

RGB 102 14 19 -
CMYK 0 0.86 0.81 0.6
HSL 356.59º 0.76% 0.23% -
HSV(B) 356.59º 0.86% 0.4% -
XYZ 5.75 3.19 0.93 -
YUV 40.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 102 14 19 0 0.86 0.81 0.6 356.59 0.76 0.23
Hex 66 E 13 0 56 51 3C 165 4C 17
Octal 146 16 23 0 126 121 74 545 114 27
Binary 1100110 1110 10011 0 1010110 1010001 111100 101100101 1001100 10111

Color Harmonies of #660E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660E13

Black with #660E13

Text Example


Text Example

White with #660E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,14,19); }

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

background-color css

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

 a { background-color: rgb(102,14,19); }

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

border-color css

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

 span { border-color: rgb(102,14,19); }

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