#613202

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

Shades of Baker's Chocolate #613202

Tints of Baker's Chocolate #613202

Color information

#613202 (or 0x613202) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 32 and 02. RGB value is (97,50,2). Sum of RGB (Red+Green+Blue) = 97+50+2=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #613202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613202 is #9ECDFD. Grayscale: #3A3A3A. Windows color (decimal): -10407422 or 143969. OLE color: 143969.

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

Color convert

RGB97502-
CMYK00.480.980.62
HSL30.32º95.96%19.41%-
HSV(B)30.32º97.94%38.04%-
XYZ6.084.830.67-
YUV58.5896.07155.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.10%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=65.10%
G=33.56%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9750200.480.980.6230.3295.9619.41
Hex61322030623E1e6013
Octal141622060142763614023
Binary1100001110010100110000110001011111011110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613202; }

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

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

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

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

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

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

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

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