Html Css Color HEX #660928 Pohutukawa

📋 copy color: '#660928'

red 102 ◦ green 9 ◦ blue 40

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

Shades of Pohutukawa #660928

Tints of Pohutukawa #660928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.49%

R = 67.55%
G = 5.96%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#660928 (or 0x660928) is known color: Pohutukawa. HEX triplet: 66, 09 and 28. RGB value is (102,9,40). Sum of RGB (Red+Green+Blue) = 102+9+40=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #660928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660928 is #99F6D7. Grayscale: #282828. Windows color (decimal): -10090200 or 2623846. OLE color: 2623846.

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

Color convert

RGB 102 9 40 -
CMYK 0 0.91 0.61 0.6
HSL 340º 0.84% 0.22% -
HSV(B) 340º 0.91% 0.4% -
XYZ 5.96 3.17 2.31 -
YUV 40.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 102 9 40 0 0.91 0.61 0.6 340 0.84 0.22
Hex 66 9 28 0 5B 3D 3C 154 54 16
Octal 146 11 50 0 133 75 74 524 124 26
Binary 1100110 1001 101000 0 1011011 111101 111100 101010100 1010100 10110

Color Harmonies of #660928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660928

Black with #660928

Text Example


Text Example

White with #660928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660928; }

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

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

background-color css

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

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

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

border-color css

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

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

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