#65340B

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

Shades of Baker's Chocolate #65340B

Tints of Baker's Chocolate #65340B

Color information

#65340B (or 0x65340B) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 34 and 0B. RGB value is (101,52,11). Sum of RGB (Red+Green+Blue) = 101+52+11=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #65340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65340B is #9ACBF4. Grayscale: #3E3E3E. Windows color (decimal): -10144757 or 734309. OLE color: 734309.

HSL color Cylindrical-coordinate representation of color #65340B: hue angle of 27.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65340B is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB1015211-
CMYK00.490.890.60
HSL27.33º80.36%21.96%-
HSV(B)27.33º89.11%39.61%-
XYZ6.665.250.98-
YUV61.9899.23155.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.59%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 11 (4.69% from 255) = 6.71%
R=61.59%
G=31.71%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101521100.490.890.6027.3380.3621.96
Hex6534B031593C1b5016
Octal1456413061131743312026
Binary110010111010010110110001101100111110011011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,52,11); }

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

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

 a { background-color: rgb(101,52,11); }

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

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

 span { border-color: rgb(101,52,11); }

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