#603023

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

Shades of Hairy Heath #603023

Tints of Hairy Heath #603023

Color information

#603023 (or 0x603023) is unknown color: approx Hairy Heath. HEX triplet: 60, 30 and 23. RGB value is (96,48,35). Sum of RGB (Red+Green+Blue) = 96+48+35=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #603023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603023 is #9FCFDC. Grayscale: #3C3C3C. Windows color (decimal): -10473437 or 2306144. OLE color: 2306144.

HSL color Cylindrical-coordinate representation of color #603023: hue angle of 12.79º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603023 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB964835-
CMYK00.500.640.62
HSL12.79º46.56%25.69%-
HSV(B)12.79º63.54%37.65%-
XYZ6.184.722.18-
YUV60.87113.4153.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 35 (14.06% from 255) = 19.55%
R=53.63%
G=26.82%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96483500.500.640.6212.7946.5625.69
Hex603023032403Ed2f1a
Octal140604306210076155732
Binary110000011000010001101100101000000111110110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603023; }

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

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

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

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

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

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

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

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