#600623

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

Shades of Pohutukawa #600623

Tints of Pohutukawa #600623

Color information

#600623 (or 0x600623) is unknown color: approx Pohutukawa. HEX triplet: 60, 06 and 23. RGB value is (96,6,35). Sum of RGB (Red+Green+Blue) = 96+6+35=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #600623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600623 is #9FF9DC. Grayscale: #242424. Windows color (decimal): -10484189 or 2295392. OLE color: 2295392.

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

Color convert

RGB96635-
CMYK00.940.640.62
HSL340.67º88.24%20%-
HSV(B)340.67º93.75%37.65%-
XYZ5.192.741.85-
YUV36.22127.32170.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.07%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 35 (14.06% from 255) = 25.55%
R=70.07%
G=4.38%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9663500.940.640.62340.6788.2420
Hex6062305E403E1555814
Octal14064301361007652513024
Binary1100000110100011010111101000000111110101010101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600623; }

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

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

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

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

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

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

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

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