#61361A

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

Shades of Baker's Chocolate #61361A

Tints of Baker's Chocolate #61361A

Color information

#61361A (or 0x61361A) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 36 and 1A. RGB value is (97,54,26). Sum of RGB (Red+Green+Blue) = 97+54+26=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61361A is #9EC9E5. Grayscale: #3F3F3F. Windows color (decimal): -10406374 or 1717857. OLE color: 1717857.

HSL color Cylindrical-coordinate representation of color #61361A: hue angle of 23.66º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61361A is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB975426-
CMYK00.440.730.62
HSL23.66º57.72%24.12%-
HSV(B)23.66º73.2%38.04%-
XYZ6.445.251.65-
YUV63.66106.75151.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 54 (21.48% from 255) = 30.51%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=54.80%
G=30.51%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97542600.440.730.6223.6657.7224.12
Hex61361A02C493E183a18
Octal141663205411176307230
Binary110000111011011010010110010010011111101100011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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