#65280E

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

Shades of Baker's Chocolate #65280E

Tints of Baker's Chocolate #65280E

Color information

#65280E (or 0x65280E) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 28 and 0E. RGB value is (101,40,14). Sum of RGB (Red+Green+Blue) = 101+40+14=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #65280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65280E is #9AD7F1. Grayscale: #373737. Windows color (decimal): -10147826 or 927845. OLE color: 927845.

HSL color Cylindrical-coordinate representation of color #65280E: hue angle of 17.93º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65280E is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB1014014-
CMYK00.600.860.60
HSL17.93º75.65%22.55%-
HSV(B)17.93º86.14%39.61%-
XYZ6.24.320.92-
YUV55.27104.71160.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.16%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=65.16%
G=25.81%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101401400.600.860.6017.9375.6522.55
Hex6528E03C563C124c17
Octal1455016074126742211427
Binary110010110100011100111100101011011110010010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65280E; }

 p { color: rgb(101,40,14); }

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

<style>
 a { background-color: #65280E; }

 a { background-color: rgb(101,40,14); }

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

<style>
 span { border-color: #65280E; }

 span { border-color: rgb(101,40,14); }

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