#632A15

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

Shades of Baker's Chocolate #632A15

Tints of Baker's Chocolate #632A15

Color information

#632A15 (or 0x632A15) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2A and 15. RGB value is (99,42,21). Sum of RGB (Red+Green+Blue) = 99+42+21=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #632A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632A15 is #9CD5EA. Grayscale: #383838. Windows color (decimal): -10278379 or 1387107. OLE color: 1387107.

HSL color Cylindrical-coordinate representation of color #632A15: hue angle of 16.15º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #632A15 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB994221-
CMYK00.580.790.61
HSL16.15º65%23.53%-
HSV(B)16.15º78.79%38.82%-
XYZ6.114.361.23-
YUV56.65107.88158.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 42 (16.80% from 255) = 25.93%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=61.11%
G=25.93%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99422100.580.790.6116.156523.53
Hex632A1503A4F3D104118
Octal1435225072117752010130
Binary1100011101010101010111010100111111110110000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632A15; }

 p { color: rgb(99,42,21); }

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

<style>
 a { background-color: #632A15; }

 a { background-color: rgb(99,42,21); }

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

<style>
 span { border-color: #632A15; }

 span { border-color: rgb(99,42,21); }

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