#65300C

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

Shades of Baker's Chocolate #65300C

Tints of Baker's Chocolate #65300C

Color information

#65300C (or 0x65300C) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 30 and 0C. RGB value is (101,48,12). Sum of RGB (Red+Green+Blue) = 101+48+12=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #65300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65300C is #9ACFF3. Grayscale: #3B3B3B. Windows color (decimal): -10145780 or 798821. OLE color: 798821.

HSL color Cylindrical-coordinate representation of color #65300C: hue angle of 24.27º 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 #65300C is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB1014812-
CMYK00.520.880.60
HSL24.27º78.76%22.16%-
HSV(B)24.27º88.12%39.61%-
XYZ6.494.910.95-
YUV59.74101.06157.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 62.73%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 12 (5.08% from 255) = 7.45%
R=62.73%
G=29.81%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101481200.520.880.6024.2778.7622.16
Hex6530C034583C184f16
Octal1456014064130743011726
Binary110010111000011000110100101100011110011000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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