Html Css Color HEX #66090A Pohutukawa

📋 copy color: '#66090A'

red 102 ◦ green 9 ◦ blue 10

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

Shades of Pohutukawa #66090A

Tints of Pohutukawa #66090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.44%

 BLUE value IS 10 (4.3% from 255) = 8.26%

R = 84.3%
G = 7.44%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.6

RGB Variations

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

Color information

#66090A (or 0x66090A) is known color: Pohutukawa. HEX triplet: 66, 09 and 0A. RGB value is (102,9,10). Sum of RGB (Red+Green+Blue) = 102+9+10=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #66090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66090A is #99F6F5. Grayscale: #252525. Windows color (decimal): -10090230 or 657766. OLE color: 657766.

HSL color Cylindrical-coordinate representation of color #66090A: hue angle of 359.35º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66090A is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 9 10 -
CMYK 0 0.91 0.90 0.6
HSL 359.35º 0.84% 0.22% -
HSV(B) 359.35º 0.91% 0.4% -
XYZ 5.63 3.04 0.58 -
YUV 36.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 102 9 10 0 0.91 0.90 0.6 359.35 0.84 0.22
Hex 66 9 A 0 5B 5A 3C 167 54 16
Octal 146 11 12 0 133 132 74 547 124 26
Binary 1100110 1001 1010 0 1011011 1011010 111100 101100111 1010100 10110

Color Harmonies of #66090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66090A

Black with #66090A

Text Example


Text Example

White with #66090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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