#613001

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

Shades of Baker's Chocolate #613001

Tints of Baker's Chocolate #613001

Color information

#613001 (or 0x613001) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 30 and 01. RGB value is (97,48,1). Sum of RGB (Red+Green+Blue) = 97+48+1=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #613001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613001 is #9ECFFE. Grayscale: #393939. Windows color (decimal): -10407935 or 77921. OLE color: 77921.

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

Color convert

RGB97481-
CMYK00.510.990.62
HSL29.38º97.96%19.22%-
HSV(B)29.38º98.97%38.04%-
XYZ5.994.660.61-
YUV57.2996.23156.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.44%
GREEN value IS 48 (19.14% from 255) = 32.88%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=66.44%
G=32.88%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9748100.510.990.6229.3897.9619.22
Hex61301033633E1d6213
Octal141601063143763514223
Binary110000111000010110011110001111111011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613001; }

 p { color: rgb(97,48,1); }

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

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

 a { background-color: rgb(97,48,1); }

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

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

 span { border-color: rgb(97,48,1); }

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