#63370A

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

Shades of Baker's Chocolate #63370A

Tints of Baker's Chocolate #63370A

Color information

#63370A (or 0x63370A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 37 and 0A. RGB value is (99,55,10). Sum of RGB (Red+Green+Blue) = 99+55+10=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #63370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63370A is #9CC8F5. Grayscale: #3F3F3F. Windows color (decimal): -10275062 or 669539. OLE color: 669539.

HSL color Cylindrical-coordinate representation of color #63370A: hue angle of 30.34º 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 #63370A is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB995510-
CMYK00.440.900.61
HSL30.34º81.65%21.37%-
HSV(B)30.34º89.9%38.82%-
XYZ6.575.410.98-
YUV63.0398.08153.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.37%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 10 (4.30% from 255) = 6.10%
R=60.37%
G=33.54%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99551000.440.900.6130.3481.6521.37
Hex6337A02C5A3D1e5215
Octal1436712054132753612225
Binary110001111011110100101100101101011110111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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