#60270B

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

Shades of Baker's Chocolate #60270B

Tints of Baker's Chocolate #60270B

Color information

#60270B (or 0x60270B) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 27 and 0B. RGB value is (96,39,11). Sum of RGB (Red+Green+Blue) = 96+39+11=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #60270B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60270B is #9FD8F4. Grayscale: #353535. Windows color (decimal): -10475765 or 730976. OLE color: 730976.

HSL color Cylindrical-coordinate representation of color #60270B: hue angle of 19.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 #60270B is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB963911-
CMYK00.590.890.62
HSL19.76º79.44%20.98%-
HSV(B)19.76º88.54%37.65%-
XYZ5.613.960.79-
YUV52.85104.38158.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 39 (15.62% from 255) = 26.71%
BLUE value IS 11 (4.69% from 255) = 7.53%
R=65.75%
G=26.71%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96391100.590.890.6219.7679.4420.98
Hex6027B03B593E144f15
Octal1404713073131762411725
Binary110000010011110110111011101100111111010100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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