#65311A

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

Shades of Baker's Chocolate #65311A

Tints of Baker's Chocolate #65311A

Color information

#65311A (or 0x65311A) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 31 and 1A. RGB value is (101,49,26). Sum of RGB (Red+Green+Blue) = 101+49+26=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #65311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65311A is #9ACEE5. Grayscale: #3E3E3E. Windows color (decimal): -10145510 or 1716581. OLE color: 1716581.

HSL color Cylindrical-coordinate representation of color #65311A: hue angle of 18.4º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65311A is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB1014926-
CMYK00.510.740.60
HSL18.4º59.06%24.9%-
HSV(B)18.4º74.26%39.61%-
XYZ6.655.041.6-
YUV61.93107.73155.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.39%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=57.39%
G=27.84%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101492600.510.740.6018.459.0624.9
Hex65311A0334A3C123b19
Octal145613206311274227331
Binary110010111000111010011001110010101111001001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65311A; }

 p { color: rgb(101,49,26); }

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

<style>
 a { background-color: #65311A; }

 a { background-color: rgb(101,49,26); }

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

<style>
 span { border-color: #65311A; }

 span { border-color: rgb(101,49,26); }

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