#600928

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

Shades of Pohutukawa #600928

Tints of Pohutukawa #600928

Color information

#600928 (or 0x600928) is unknown color: approx Pohutukawa. HEX triplet: 60, 09 and 28. RGB value is (96,9,40). Sum of RGB (Red+Green+Blue) = 96+9+40=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #600928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600928 is #9FF6D7. Grayscale: #262626. Windows color (decimal): -10483416 or 2623840. OLE color: 2623840.

HSL color Cylindrical-coordinate representation of color #600928: hue angle of 338.62º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600928 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB96940-
CMYK00.910.580.62
HSL338.62º82.86%20.59%-
HSV(B)338.62º90.62%37.65%-
XYZ5.32.842.28-
YUV38.55128.82168.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.21%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=66.21%
G=6.21%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9694000.910.580.62338.6282.8620.59
Hex6092805B3A3E1535315
Octal14011500133727652312325
Binary1100000100110100001011011111010111110101010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600928; }

 p { color: rgb(96,9,40); }

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

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

 a { background-color: rgb(96,9,40); }

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

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

 span { border-color: rgb(96,9,40); }

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