#61340C

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

Shades of Baker's Chocolate #61340C

Tints of Baker's Chocolate #61340C

Color information

#61340C (or 0x61340C) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 34 and 0C. RGB value is (97,52,12). Sum of RGB (Red+Green+Blue) = 97+52+12=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61340C is #9ECBF3. Grayscale: #3D3D3D. Windows color (decimal): -10406900 or 799841. OLE color: 799841.

HSL color Cylindrical-coordinate representation of color #61340C: hue angle of 28.24º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61340C is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB975212-
CMYK00.460.880.62
HSL28.24º77.98%21.37%-
HSV(B)28.24º87.63%38.04%-
XYZ6.225.020.99-
YUV60.9100.41153.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.25%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 12 (5.08% from 255) = 7.45%
R=60.25%
G=32.30%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97521200.460.880.6228.2477.9821.37
Hex6134C02E583E1c4e15
Octal1416414056130763411625
Binary110000111010011000101110101100011111011100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61340C; }

 p { color: rgb(97,52,12); }

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

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

 a { background-color: rgb(97,52,12); }

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

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

 span { border-color: rgb(97,52,12); }

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