#61361D

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

Shades of Baker's Chocolate #61361D

Tints of Baker's Chocolate #61361D

Color information

#61361D (or 0x61361D) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 36 and 1D. RGB value is (97,54,29). Sum of RGB (Red+Green+Blue) = 97+54+29=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61361D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61361D is #9EC9E2. Grayscale: #404040. Windows color (decimal): -10406371 or 1914465. OLE color: 1914465.

HSL color Cylindrical-coordinate representation of color #61361D: hue angle of 22.06º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61361D is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB975429-
CMYK00.440.700.62
HSL22.06º53.97%24.71%-
HSV(B)22.06º70.1%38.04%-
XYZ6.475.271.84-
YUV64.01108.25151.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.89%
GREEN value IS 54 (21.48% from 255) = 30%
BLUE value IS 29 (11.72% from 255) = 16.11%
R=53.89%
G=30%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97542900.440.700.6222.0653.9724.71
Hex61361D02C463E163619
Octal141663505410676266631
Binary110000111011011101010110010001101111101011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61361D; }

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

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

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

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

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

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

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

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