#613A03

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

Shades of Baker's Chocolate #613A03

Tints of Baker's Chocolate #613A03

Color information

#613A03 (or 0x613A03) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3A and 03. RGB value is (97,58,3). Sum of RGB (Red+Green+Blue) = 97+58+3=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #613A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A03 is #9EC5FC. Grayscale: #3F3F3F. Windows color (decimal): -10405373 or 211553. OLE color: 211553.

HSL color Cylindrical-coordinate representation of color #613A03: hue angle of 35.11º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #613A03 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB97583-
CMYK00.400.970.62
HSL35.11º94%19.61%-
HSV(B)35.11º96.91%38.04%-
XYZ6.465.570.82-
YUV63.3993.92151.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 3 (1.56% from 255) = 1.90%
R=61.39%
G=36.71%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9758300.400.970.6235.119419.61
Hex613A3028613E235e14
Octal141723050141764313624
Binary11000011110101101010001100001111110100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613A03; }

 p { color: rgb(97,58,3); }

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

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

 a { background-color: rgb(97,58,3); }

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

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

 span { border-color: rgb(97,58,3); }

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