#613200

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

Shades of Baker's Chocolate #613200

Tints of Baker's Chocolate #613200

Color information

#613200 (or 0x613200) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 32 and 00. RGB value is (97,50,0). Sum of RGB (Red+Green+Blue) = 97+50+0=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #613200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613200 is #9ECDFF. Grayscale: #3A3A3A. Windows color (decimal): -10407424 or 12897. OLE color: 12897.

HSL color Cylindrical-coordinate representation of color #613200: hue angle of 30.93º 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 #613200 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB97500-
CMYK00.4810.62
HSL30.93º100%19.02%-
HSV(B)30.93º100%38.04%-
XYZ6.074.820.61-
YUV58.3595.07155.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.99%
G=34.01%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9750000.4810.6230.9310019.02
Hex61320030643E1f6413
Octal141620060144763714423
Binary110000111001000110000110010011111011111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613200; }

 p { color: rgb(97,50,0); }

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

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

 a { background-color: rgb(97,50,0); }

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

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

 span { border-color: rgb(97,50,0); }

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