#600722

Color #600722 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #600722

Tints of Pohutukawa #600722

Color information

#600722 (or 0x600722) is unknown color: approx 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

RGB96734-
CMYK00.930.650.62
HSL341.8º86.41%20.2%-
HSV(B)341.8º92.71%37.65%-
XYZ5.192.751.77-
YUV36.69126.49170.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.07%
GREEN value IS 7 (3.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9673400.930.650.62341.886.4120.2
Hex6072205D413E1565614
Octal14074201351017652612624
Binary1100000111100010010111011000001111110101010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>