#613605

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

Shades of Baker's Chocolate #613605

Tints of Baker's Chocolate #613605

Color information

#613605 (or 0x613605) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 36 and 05. RGB value is (97,54,5). Sum of RGB (Red+Green+Blue) = 97+54+5=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #613605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613605 is #9EC9FA. Grayscale: #3D3D3D. Windows color (decimal): -10406395 or 341601. OLE color: 341601.

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

Color convert

RGB97545-
CMYK00.440.950.62
HSL31.96º90.2%20%-
HSV(B)31.96º94.85%38.04%-
XYZ6.285.190.81-
YUV61.2796.25153.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=62.18%
G=34.62%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9754500.440.950.6231.9690.220
Hex6136502C5F3E205a14
Octal141665054137764013224
Binary110000111011010101011001011111111110100000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613605; }

 p { color: rgb(97,54,5); }

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

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

 a { background-color: rgb(97,54,5); }

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

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

 span { border-color: rgb(97,54,5); }

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