Html Css Color HEX #660809 Pohutukawa

📋 copy color: '#660809'

red 102 ◦ green 8 ◦ blue 9

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

Shades of Pohutukawa #660809

Tints of Pohutukawa #660809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.56%

R = 85.71%
G = 6.72%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#660809 (or 0x660809) is known color: Pohutukawa. HEX triplet: 66, 08 and 09. RGB value is (102,8,9). Sum of RGB (Red+Green+Blue) = 102+8+9=119 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85.71% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 102 - color contains mainly: red. Hex color #660809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660809 is #99F7F6. Grayscale: #242424. Windows color (decimal): -10090487 or 591974. OLE color: 591974.

HSL color Cylindrical-coordinate representation of color #660809: hue angle of 359.36º 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 #660809 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 8 9 -
CMYK 0 0.92 0.91 0.6
HSL 359.36º 0.85% 0.22% -
HSV(B) 359.36º 0.92% 0.4% -
XYZ 5.62 3.02 0.55 -
YUV 36.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 102 8 9 0 0.92 0.91 0.6 359.36 0.85 0.22
Hex 66 8 9 0 5C 5B 3C 167 55 16
Octal 146 10 11 0 134 133 74 547 125 26
Binary 1100110 1000 1001 0 1011100 1011011 111100 101100111 1010101 10110

Color Harmonies of #660809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660809

Black with #660809

Text Example


Text Example

White with #660809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660809; }

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

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

background-color css

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

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

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

border-color css

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

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

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