#613703

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

Shades of Baker's Chocolate #613703

Tints of Baker's Chocolate #613703

Color information

#613703 (or 0x613703) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 37 and 03. RGB value is (97,55,3). Sum of RGB (Red+Green+Blue) = 97+55+3=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #613703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613703 is #9EC8FC. Grayscale: #3D3D3D. Windows color (decimal): -10406141 or 210785. OLE color: 210785.

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

Color convert

RGB97553-
CMYK00.430.970.62
HSL33.19º94%19.61%-
HSV(B)33.19º96.91%38.04%-
XYZ6.315.280.77-
YUV61.6394.91153.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=62.58%
G=35.48%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9755300.430.970.6233.199419.61
Hex6137302B613E215e14
Octal141673053141764113624
Binary11000011101111101010111100001111110100001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613703; }

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

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

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

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

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

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

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

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