#65331c

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

Shades of Baker's Chocolate #65331C

Tints of Baker's Chocolate #65331C

Color information

#65331C (or 0x65331C) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 33 and 1C. RGB value is (101,51,28). Sum of RGB (Red+Green+Blue) = 101+51+28=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65331C is #9ACCE3. Grayscale: #3F3F3F. Windows color (decimal): -10144996 or 1848165. OLE color: 1848165.

HSL color Cylindrical-coordinate representation of color #65331C: hue angle of 18.9º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65331C is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB1015128-
CMYK00.500.720.60
HSL18.9º56.59%25.29%-
HSV(B)18.9º72.28%39.61%-
XYZ6.765.221.75-
YUV63.33108.06154.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.11%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 28 (11.33% from 255) = 15.56%
R=56.11%
G=28.33%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101512800.500.720.6018.956.5925.29
Hex65331C032483C133919
Octal145633406211074237131
Binary110010111001111100011001010010001111001001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65331c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65331c; }

 p { color: rgb(101,51,28); }

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

<style>
 a { background-color: #65331c; }

 a { background-color: rgb(101,51,28); }

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

<style>
 span { border-color: #65331c; }

 span { border-color: rgb(101,51,28); }

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