Html Css Color HEX #662028 Pohutukawa

📋 copy color: '#662028'

red 102 ◦ green 32 ◦ blue 40

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

Shades of Pohutukawa #662028

Tints of Pohutukawa #662028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.39%

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

R = 58.62%
G = 18.39%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#662028 (or 0x662028) is known color: Pohutukawa. HEX triplet: 66, 20 and 28. RGB value is (102,32,40). Sum of RGB (Red+Green+Blue) = 102+32+40=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #662028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662028 is #99DFD7. Grayscale: #353535. Windows color (decimal): -10084312 or 2629734. OLE color: 2629734.

HSL color Cylindrical-coordinate representation of color #662028: hue angle of 353.14º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662028 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 32 40 -
CMYK 0 0.69 0.61 0.6
HSL 353.14º 0.52% 0.26% -
HSV(B) 353.14º 0.69% 0.4% -
XYZ 6.38 4.01 2.45 -
YUV 53.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 102 32 40 0 0.69 0.61 0.6 353.14 0.52 0.26
Hex 66 20 28 0 45 3D 3C 161 34 1A
Octal 146 40 50 0 105 75 74 541 64 32
Binary 1100110 100000 101000 0 1000101 111101 111100 101100001 110100 11010

Color Harmonies of #662028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662028

Black with #662028

Text Example


Text Example

White with #662028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662028; }

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

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

background-color css

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

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

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

border-color css

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

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

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