#653709

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

Shades of Baker's Chocolate #653709

Tints of Baker's Chocolate #653709

Color information

#653709 (or 0x653709) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 37 and 09. RGB value is (101,55,9). Sum of RGB (Red+Green+Blue) = 101+55+9=165 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.21% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 101 - color contains mainly: red. Hex color #653709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653709 is #9AC8F6. Grayscale: #3F3F3F. Windows color (decimal): -10143991 or 604005. OLE color: 604005.

HSL color Cylindrical-coordinate representation of color #653709: hue angle of 30º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #653709 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB101559-
CMYK00.460.910.60
HSL30º83.64%21.57%-
HSV(B)30º91.09%39.61%-
XYZ6.785.520.97-
YUV63.5197.24154.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.21%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=61.21%
G=33.33%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10155900.460.910.603083.6421.57
Hex6537902E5B3C1e5416
Octal1456711056133743612426
Binary110010111011110010101110101101111110011110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653709; }

 p { color: rgb(101,55,9); }

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

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

 a { background-color: rgb(101,55,9); }

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

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

 span { border-color: rgb(101,55,9); }

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