Html Css Color HEX #662023 Pohutukawa

📋 copy color: '#662023'

red 102 ◦ green 32 ◦ blue 35

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

Shades of Pohutukawa #662023

Tints of Pohutukawa #662023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.71%

R = 60.36%
G = 18.93%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.6

RGB Variations

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

Color information

#662023 (or 0x662023) is known color: Pohutukawa. HEX triplet: 66, 20 and 23. RGB value is (102,32,35). Sum of RGB (Red+Green+Blue) = 102+32+35=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #662023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662023 is #99DFDC. Grayscale: #353535. Windows color (decimal): -10084317 or 2302054. OLE color: 2302054.

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

Color convert

RGB 102 32 35 -
CMYK 0 0.69 0.66 0.6
HSL 357.43º 0.52% 0.26% -
HSV(B) 357.43º 0.69% 0.4% -
XYZ 6.3 3.98 2.03 -
YUV 53.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 102 32 35 0 0.69 0.66 0.6 357.43 0.52 0.26
Hex 66 20 23 0 45 42 3C 165 34 1A
Octal 146 40 43 0 105 102 74 545 64 32
Binary 1100110 100000 100011 0 1000101 1000010 111100 101100101 110100 11010

Color Harmonies of #662023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662023

Black with #662023

Text Example


Text Example

White with #662023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662023; }

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

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

background-color css

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

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

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

border-color css

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

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

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