#65371B

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

Shades of Baker's Chocolate #65371B

Tints of Baker's Chocolate #65371B

Color information

#65371B (or 0x65371B) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 37 and 1B. RGB value is (101,55,27). Sum of RGB (Red+Green+Blue) = 101+55+27=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #65371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65371B is #9AC8E4. Grayscale: #414141. Windows color (decimal): -10143973 or 1783653. OLE color: 1783653.

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

Color convert

RGB1015527-
CMYK00.460.730.60
HSL22.7º57.81%25.1%-
HSV(B)22.7º73.27%39.61%-
XYZ6.935.581.75-
YUV65.56106.24153.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.19%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 27 (10.94% from 255) = 14.75%
R=55.19%
G=30.05%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101552700.460.730.6022.757.8125.1
Hex65371B02E493C173a19
Octal145673305611174277231
Binary110010111011111011010111010010011111001011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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