#613107

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

Shades of Baker's Chocolate #613107

Tints of Baker's Chocolate #613107

Color information

#613107 (or 0x613107) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 31 and 07. RGB value is (97,49,7). Sum of RGB (Red+Green+Blue) = 97+49+7=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #613107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613107 is #9ECEF8. Grayscale: #3A3A3A. Windows color (decimal): -10407673 or 471393. OLE color: 471393.

HSL color Cylindrical-coordinate representation of color #613107: hue angle of 28º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #613107 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB97497-
CMYK00.490.930.62
HSL28º86.54%20.39%-
HSV(B)28º92.78%38.04%-
XYZ6.074.750.8-
YUV58.5698.9155.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.40%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 7 (3.12% from 255) = 4.58%
R=63.40%
G=32.03%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9749700.490.930.622886.5420.39
Hex613170315D3E1c5714
Octal141617061135763412724
Binary11000011100011110110001101110111111011100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613107; }

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

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

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

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

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

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

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

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