#61381C

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

Shades of Baker's Chocolate #61381C

Tints of Baker's Chocolate #61381C

Color information

#61381C (or 0x61381C) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 38 and 1C. RGB value is (97,56,28). Sum of RGB (Red+Green+Blue) = 97+56+28=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61381C is #9EC7E3. Grayscale: #414141. Windows color (decimal): -10405860 or 1849441. OLE color: 1849441.

HSL color Cylindrical-coordinate representation of color #61381C: hue angle of 24.35º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61381C is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB975628-
CMYK00.420.710.62
HSL24.35º55.2%24.51%-
HSV(B)24.35º71.13%38.04%-
XYZ6.555.451.81-
YUV65.07107.08150.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=53.59%
G=30.94%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97562800.420.710.6224.3555.224.51
Hex61381C02A473E183719
Octal141703405210776306731
Binary110000111100011100010101010001111111101100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,56,28); }

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

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

 a { background-color: rgb(97,56,28); }

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

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

 span { border-color: rgb(97,56,28); }

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