#61391B

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

Shades of Baker's Chocolate #61391B

Tints of Baker's Chocolate #61391B

Color information

#61391B (or 0x61391B) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 39 and 1B. RGB value is (97,57,27). Sum of RGB (Red+Green+Blue) = 97+57+27=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61391B is #9EC6E4. Grayscale: #414141. Windows color (decimal): -10405605 or 1784161. OLE color: 1784161.

HSL color Cylindrical-coordinate representation of color #61391B: hue angle of 25.71º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61391B is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB975727-
CMYK00.410.720.62
HSL25.71º56.45%24.31%-
HSV(B)25.71º72.16%38.04%-
XYZ6.595.551.76-
YUV65.54106.25150.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=53.59%
G=31.49%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97572700.410.720.6225.7156.4524.31
Hex61391B029483E1a3818
Octal141713305111076327030
Binary110000111100111011010100110010001111101101011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,57,27); }

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

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

 a { background-color: rgb(97,57,27); }

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

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

 span { border-color: rgb(97,57,27); }

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