#603D0E

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

Shades of Baker's Chocolate #603D0E

Tints of Baker's Chocolate #603D0E

Color information

#603D0E (or 0x603D0E) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3D and 0E. RGB value is (96,61,14). Sum of RGB (Red+Green+Blue) = 96+61+14=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #603D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D0E is #9FC2F1. Grayscale: #424242. Windows color (decimal): -10470130 or 933216. OLE color: 933216.

HSL color Cylindrical-coordinate representation of color #603D0E: hue angle of 34.39º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #603D0E is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB966114-
CMYK00.360.850.62
HSL34.39º74.55%21.57%-
HSV(B)34.39º85.42%37.65%-
XYZ6.575.861.2-
YUV66.1198.6149.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 61 (24.22% from 255) = 35.67%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=56.14%
G=35.67%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96611400.360.850.6234.3974.5521.57
Hex603DE024553E224b16
Octal1407516044125764211326
Binary1100000111101111001001001010101111110100010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603D0E; }

 p { color: rgb(96,61,14); }

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

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

 a { background-color: rgb(96,61,14); }

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

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

 span { border-color: rgb(96,61,14); }

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