#600624

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

Shades of Pohutukawa #600624

Tints of Pohutukawa #600624

Color information

#600624 (or 0x600624) is unknown color: approx Pohutukawa. HEX triplet: 60, 06 and 24. RGB value is (96,6,36). Sum of RGB (Red+Green+Blue) = 96+6+36=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #600624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600624 is #9FF9DB. Grayscale: #242424. Windows color (decimal): -10484188 or 2360928. OLE color: 2360928.

HSL color Cylindrical-coordinate representation of color #600624: hue angle of 340º 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 #600624 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB96636-
CMYK00.940.620.62
HSL340º88.24%20%-
HSV(B)340º93.75%37.65%-
XYZ5.212.741.92-
YUV36.33127.82170.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.57%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=69.57%
G=4.35%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9663600.940.620.6234088.2420
Hex6062405E3E3E1545814
Octal1406440136767652413024
Binary110000011010010001011110111110111110101010100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600624; }

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

 H1.HeaderClassName
 {
   color: #600624;
 }
 .AnyTagClassName
 {
   color: #600624;
 }
</style>
background-color css

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

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

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

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

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

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