Html Css Color HEX #600722 Pohutukawa

📋 copy color: '#600722'

red 96 ◦ green 7 ◦ blue 34

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

Shades of Pohutukawa #600722

Tints of Pohutukawa #600722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.11%

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

R = 70.07%
G = 5.11%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#600722 (or 0x600722) is known color: Pohutukawa. HEX triplet: 60, 07 and 22. RGB value is (96,7,34). Sum of RGB (Red+Green+Blue) = 96+7+34=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #600722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600722 is #9FF8DD. Grayscale: #242424. Windows color (decimal): -10483934 or 2230112. OLE color: 2230112.

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

Color convert

RGB 96 7 34 -
CMYK 0 0.93 0.65 0.62
HSL 341.8º 0.86% 0.2% -
HSV(B) 341.8º 0.93% 0.38% -
XYZ 5.19 2.75 1.77 -
YUV 36.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 96 7 34 0 0.93 0.65 0.62 341.8 0.86 0.2
Hex 60 7 22 0 5D 41 3E 156 56 14
Octal 140 7 42 0 135 101 76 526 126 24
Binary 1100000 111 100010 0 1011101 1000001 111110 101010110 1010110 10100

Color Harmonies of #600722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600722

Black with #600722

Text Example


Text Example

White with #600722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600722; }

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

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

background-color css

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

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

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

border-color css

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

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

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