#65350B

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

Shades of Baker's Chocolate #65350B

Tints of Baker's Chocolate #65350B

Color information

#65350B (or 0x65350B) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 35 and 0B. RGB value is (101,53,11). Sum of RGB (Red+Green+Blue) = 101+53+11=165 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.21% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 101 - color contains mainly: red. Hex color #65350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65350B is #9ACAF4. Grayscale: #3E3E3E. Windows color (decimal): -10144501 or 734565. OLE color: 734565.

HSL color Cylindrical-coordinate representation of color #65350B: hue angle of 28º 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 #65350B is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB1015311-
CMYK00.480.890.60
HSL28º80.36%21.96%-
HSV(B)28º89.11%39.61%-
XYZ6.75.340.99-
YUV62.5698.9155.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.21%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 11 (4.69% from 255) = 6.67%
R=61.21%
G=32.12%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101531100.480.890.602880.3621.96
Hex6535B030593C1c5016
Octal1456513060131743412026
Binary110010111010110110110000101100111110011100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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