Html Css Color HEX #600622 Pohutukawa

📋 copy color: '#600622'

red 96 ◦ green 6 ◦ blue 34

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

Shades of Pohutukawa #600622

Tints of Pohutukawa #600622

RGB

 RED value IS 96 (37.89% from 255) = 70.59%

 GREEN value IS 6 (2.73% from 255) = 4.41%

 BLUE value IS 34 (13.67% from 255) = 25%

R = 70.59%
G = 4.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#600622 (or 0x600622) is known color: Pohutukawa. HEX triplet: 60, 06 and 22. RGB value is (96,6,34). Sum of RGB (Red+Green+Blue) = 96+6+34=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #600622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600622 is #9FF9DD. Grayscale: #242424. Windows color (decimal): -10484190 or 2229856. OLE color: 2229856.

HSL color Cylindrical-coordinate representation of color #600622: hue angle of 341.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600622 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 34 -
CMYK 0 0.94 0.65 0.62
HSL 341.33º 0.88% 0.2% -
HSV(B) 341.33º 0.94% 0.38% -
XYZ 5.18 2.73 1.77 -
YUV 36.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 96 6 34 0 0.94 0.65 0.62 341.33 0.88 0.2
Hex 60 6 22 0 5E 41 3E 155 58 14
Octal 140 6 42 0 136 101 76 525 130 24
Binary 1100000 110 100010 0 1011110 1000001 111110 101010101 1011000 10100

Color Harmonies of #600622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600622

Black with #600622

Text Example


Text Example

White with #600622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600622; }

 p { color: rgb(96,6,34); }

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

background-color css

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

 a { background-color: rgb(96,6,34); }

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

border-color css

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

 span { border-color: rgb(96,6,34); }

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