#613102

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

Shades of Baker's Chocolate #613102

Tints of Baker's Chocolate #613102

Color information

#613102 (or 0x613102) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 31 and 02. RGB value is (97,49,2). Sum of RGB (Red+Green+Blue) = 97+49+2=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #613102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613102 is #9ECEFD. Grayscale: #3A3A3A. Windows color (decimal): -10407678 or 143713. OLE color: 143713.

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

Color convert

RGB97492-
CMYK00.490.980.62
HSL29.68º95.96%19.41%-
HSV(B)29.68º97.94%38.04%-
XYZ6.044.740.65-
YUV57.9996.4155.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.54%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=65.54%
G=33.11%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9749200.490.980.6229.6895.9619.41
Hex61312031623E1e6013
Octal141612061142763614023
Binary1100001110001100110001110001011111011110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613102; }

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

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

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

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

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

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

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

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