#63350A

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

Shades of Baker's Chocolate #63350A

Tints of Baker's Chocolate #63350A

Color information

#63350A (or 0x63350A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 35 and 0A. RGB value is (99,53,10). Sum of RGB (Red+Green+Blue) = 99+53+10=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63350A is #9CCAF5. Grayscale: #3E3E3E. Windows color (decimal): -10275574 or 669027. OLE color: 669027.

HSL color Cylindrical-coordinate representation of color #63350A: hue angle of 28.99º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63350A is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB995310-
CMYK00.460.900.61
HSL28.99º81.65%21.37%-
HSV(B)28.99º89.9%38.82%-
XYZ6.475.220.95-
YUV61.8598.74154.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=61.11%
G=32.72%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99531000.460.900.6128.9981.6521.37
Hex6335A02E5A3D1d5215
Octal1436512056132753512225
Binary110001111010110100101110101101011110111101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,53,10); }

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

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

 a { background-color: rgb(99,53,10); }

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

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

 span { border-color: rgb(99,53,10); }

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