#60380B

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

Shades of Baker's Chocolate #60380B

Tints of Baker's Chocolate #60380B

Color information

#60380B (or 0x60380B) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 38 and 0B. RGB value is (96,56,11). Sum of RGB (Red+Green+Blue) = 96+56+11=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60380B is #9FC7F4. Grayscale: #3F3F3F. Windows color (decimal): -10471413 or 735328. OLE color: 735328.

HSL color Cylindrical-coordinate representation of color #60380B: hue angle of 31.76º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60380B is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB965611-
CMYK00.420.890.62
HSL31.76º79.44%20.98%-
HSV(B)31.76º88.54%37.65%-
XYZ6.35.341.02-
YUV62.8398.75151.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=58.90%
G=34.36%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96561100.420.890.6231.7679.4420.98
Hex6038B02A593E204f15
Octal1407013052131764011725
Binary1100000111000101101010101011001111110100000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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