#63230c

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

Shades of Baker's Chocolate #63230C

Tints of Baker's Chocolate #63230C

Color information

#63230C (or 0x63230C) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 23 and 0C. RGB value is (99,35,12). Sum of RGB (Red+Green+Blue) = 99+35+12=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #63230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63230C is #9CDCF3. Grayscale: #333333. Windows color (decimal): -10280180 or 795491. OLE color: 795491.

HSL color Cylindrical-coordinate representation of color #63230C: hue angle of 15.86º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63230C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB993512-
CMYK00.650.880.61
HSL15.86º78.38%21.76%-
HSV(B)15.86º87.88%38.82%-
XYZ5.813.880.79-
YUV51.51105.7161.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.81%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=67.81%
G=23.97%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99351200.650.880.6115.8678.3821.76
Hex6323C041583D104e16
Octal14343140101130752011626
Binary1100011100011110001000001101100011110110000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63230c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,35,12); }

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

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

 a { background-color: rgb(99,35,12); }

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

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

 span { border-color: rgb(99,35,12); }

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