#633B15

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

Shades of Baker's Chocolate #633B15

Tints of Baker's Chocolate #633B15

Color information

#633B15 (or 0x633B15) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3B and 15. RGB value is (99,59,21). Sum of RGB (Red+Green+Blue) = 99+59+21=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #633B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633B15 is #9CC4EA. Grayscale: #424242. Windows color (decimal): -10274027 or 1391459. OLE color: 1391459.

HSL color Cylindrical-coordinate representation of color #633B15: hue angle of 29.23º 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 #633B15 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB995921-
CMYK00.400.790.61
HSL29.23º65%23.53%-
HSV(B)29.23º78.79%38.82%-
XYZ6.845.831.47-
YUV66.63102.25151.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.31%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 21 (8.59% from 255) = 11.73%
R=55.31%
G=32.96%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99592100.400.790.6129.236523.53
Hex633B150284F3D1d4118
Octal1437325050117753510130
Binary1100011111011101010101000100111111110111101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633B15; }

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

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

<style>
 a { background-color: #633B15; }

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

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

<style>
 span { border-color: #633B15; }

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

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