#61350B

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

Shades of Baker's Chocolate #61350B

Tints of Baker's Chocolate #61350B

Color information

#61350B (or 0x61350B) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 35 and 0B. RGB value is (97,53,11). Sum of RGB (Red+Green+Blue) = 97+53+11=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61350B is #9ECAF4. Grayscale: #3D3D3D. Windows color (decimal): -10406645 or 734561. OLE color: 734561.

HSL color Cylindrical-coordinate representation of color #61350B: hue angle of 29.3º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61350B is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB975311-
CMYK00.450.890.62
HSL29.3º79.63%21.18%-
HSV(B)29.3º88.66%38.04%-
XYZ6.265.110.97-
YUV61.3799.58153.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.25%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=60.25%
G=32.92%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97531100.450.890.6229.379.6321.18
Hex6135B02D593E1d5015
Octal1416513055131763512025
Binary110000111010110110101101101100111111011101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61350B; }

 p { color: rgb(97,53,11); }

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

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

 a { background-color: rgb(97,53,11); }

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

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

 span { border-color: rgb(97,53,11); }

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