#65351B

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

Shades of Baker's Chocolate #65351B

Tints of Baker's Chocolate #65351B

Color information

#65351B (or 0x65351B) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 35 and 1B. RGB value is (101,53,27). Sum of RGB (Red+Green+Blue) = 101+53+27=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65351B is #9ACAE4. Grayscale: #404040. Windows color (decimal): -10144485 or 1783141. OLE color: 1783141.

HSL color Cylindrical-coordinate representation of color #65351B: hue angle of 21.08º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65351B is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1015327-
CMYK00.480.730.60
HSL21.08º57.81%25.1%-
HSV(B)21.08º73.27%39.61%-
XYZ6.845.391.72-
YUV64.39106.9154.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=55.80%
G=29.28%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101532700.480.730.6021.0857.8125.1
Hex65351B030493C153a19
Octal145653306011174257231
Binary110010111010111011011000010010011111001010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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