#613700

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

Shades of Baker's Chocolate #613700

Tints of Baker's Chocolate #613700

Color information

#613700 (or 0x613700) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 37 and 00. RGB value is (97,55,0). Sum of RGB (Red+Green+Blue) = 97+55+0=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #613700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613700 is #9EC8FF. Grayscale: #3D3D3D. Windows color (decimal): -10406144 or 14177. OLE color: 14177.

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

Color convert

RGB97550-
CMYK00.4310.62
HSL34.02º100%19.02%-
HSV(B)34.02º100%38.04%-
XYZ6.35.270.69-
YUV61.2993.41153.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 55 (21.88% from 255) = 36.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.82%
G=36.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9755000.4310.6234.0210019.02
Hex6137002B643E226413
Octal141670053144764214423
Binary1100001110111001010111100100111110100010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613700; }

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

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

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

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

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

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

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

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