#63230A

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

Shades of Baker's Chocolate #63230A

Tints of Baker's Chocolate #63230A

Color information

#63230A (or 0x63230A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 23 and 0A. RGB value is (99,35,10). Sum of RGB (Red+Green+Blue) = 99+35+10=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #63230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63230A is #9CDCF5. Grayscale: #333333. Windows color (decimal): -10280182 or 664419. OLE color: 664419.

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

Color convert

RGB993510-
CMYK00.650.900.61
HSL16.85º81.65%21.37%-
HSV(B)16.85º89.9%38.82%-
XYZ5.83.880.73-
YUV51.29104.7162.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.75%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=68.75%
G=24.31%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99351000.650.900.6116.8581.6521.37
Hex6323A0415A3D115215
Octal14343120101132752112225
Binary1100011100011101001000001101101011110110001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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