#65350C

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

Shades of Baker's Chocolate #65350C

Tints of Baker's Chocolate #65350C

Color information

#65350C (or 0x65350C) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 35 and 0C. RGB value is (101,53,12). Sum of RGB (Red+Green+Blue) = 101+53+12=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #65350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65350C is #9ACAF3. Grayscale: #3E3E3E. Windows color (decimal): -10144500 or 800101. OLE color: 800101.

HSL color Cylindrical-coordinate representation of color #65350C: hue angle of 27.64º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65350C is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB1015312-
CMYK00.480.880.60
HSL27.64º78.76%22.16%-
HSV(B)27.64º88.12%39.61%-
XYZ6.715.341.02-
YUV62.6899.4155.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.84%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 12 (5.08% from 255) = 7.23%
R=60.84%
G=31.93%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101531200.480.880.6027.6478.7622.16
Hex6535C030583C1c4f16
Octal1456514060130743411726
Binary110010111010111000110000101100011110011100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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