Html Css Color HEX #660811 Pohutukawa

📋 copy color: '#660811'

red 102 ◦ green 8 ◦ blue 17

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

Shades of Pohutukawa #660811

Tints of Pohutukawa #660811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.3%

 BLUE value IS 17 (7.03% from 255) = 13.39%

R = 80.31%
G = 6.3%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.6

RGB Variations

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

Color information

#660811 (or 0x660811) is known color: Pohutukawa. HEX triplet: 66, 08 and 11. RGB value is (102,8,17). Sum of RGB (Red+Green+Blue) = 102+8+17=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #660811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660811 is #99F7EE. Grayscale: #252525. Windows color (decimal): -10090479 or 1116262. OLE color: 1116262.

HSL color Cylindrical-coordinate representation of color #660811: hue angle of 354.26º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660811 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 8 17 -
CMYK 0 0.92 0.83 0.6
HSL 354.26º 0.85% 0.22% -
HSV(B) 354.26º 0.92% 0.4% -
XYZ 5.67 3.04 0.82 -
YUV 37.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 102 8 17 0 0.92 0.83 0.6 354.26 0.85 0.22
Hex 66 8 11 0 5C 53 3C 162 55 16
Octal 146 10 21 0 134 123 74 542 125 26
Binary 1100110 1000 10001 0 1011100 1010011 111100 101100010 1010101 10110

Color Harmonies of #660811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660811

Black with #660811

Text Example


Text Example

White with #660811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660811; }

 p { color: rgb(102,8,17); }

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

background-color css

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

 a { background-color: rgb(102,8,17); }

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

border-color css

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

 span { border-color: rgb(102,8,17); }

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