#613201

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

Shades of Baker's Chocolate #613201

Tints of Baker's Chocolate #613201

Color information

#613201 (or 0x613201) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 32 and 01. RGB value is (97,50,1). Sum of RGB (Red+Green+Blue) = 97+50+1=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #613201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613201 is #9ECDFE. Grayscale: #3A3A3A. Windows color (decimal): -10407423 or 78433. OLE color: 78433.

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

Color convert

RGB97501-
CMYK00.480.990.62
HSL30.62º97.96%19.22%-
HSV(B)30.62º98.97%38.04%-
XYZ6.084.820.64-
YUV58.4795.57155.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.54%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=65.54%
G=33.78%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9750100.480.990.6230.6297.9619.22
Hex61321030633E1f6213
Octal141621060143763714223
Binary110000111001010110000110001111111011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613201; }

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

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

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

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

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

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

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

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