#60381A

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

Shades of Baker's Chocolate #60381A

Tints of Baker's Chocolate #60381A

Color information

#60381A (or 0x60381A) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 38 and 1A. RGB value is (96,56,26). Sum of RGB (Red+Green+Blue) = 96+56+26=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60381A is #9FC7E5. Grayscale: #404040. Windows color (decimal): -10471398 or 1718368. OLE color: 1718368.

HSL color Cylindrical-coordinate representation of color #60381A: hue angle of 25.71º degrees, saturation: 0.57, 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 #60381A is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB965626-
CMYK00.420.730.62
HSL25.71º57.38%23.92%-
HSV(B)25.71º72.92%37.65%-
XYZ6.425.391.68-
YUV64.54106.25150.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=53.93%
G=31.46%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96562600.420.730.6225.7157.3823.92
Hex60381A02A493E1a3918
Octal140703205211176327130
Binary110000011100011010010101010010011111101101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,56,26); }

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

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

 a { background-color: rgb(96,56,26); }

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

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

 span { border-color: rgb(96,56,26); }

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