#603800

Color #603800 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #603800

Tints of Baker's Chocolate #603800

Color information

#603800 (or 0x603800) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 38 and 00. RGB value is (96,56,0). Sum of RGB (Red+Green+Blue) = 96+56+0=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #603800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603800 is #9FC7FF. Grayscale: #3D3D3D. Windows color (decimal): -10471424 or 14432. OLE color: 14432.

HSL color Cylindrical-coordinate representation of color #603800: hue angle of 35º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #603800 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB96560-
CMYK00.4210.62
HSL35º100%18.82%-
HSV(B)35º100%37.65%-
XYZ6.245.320.7-
YUV61.5893.25152.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.16%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.16%
G=36.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9656000.4210.623510018.82
Hex6038002A643E236413
Octal140700052144764314423
Binary1100000111000001010101100100111110100011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603800; }

 p { color: rgb(96,56,0); }

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

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

 a { background-color: rgb(96,56,0); }

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

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

 span { border-color: rgb(96,56,0); }

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