#633415

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

Shades of Baker's Chocolate #633415

Tints of Baker's Chocolate #633415

Color information

#633415 (or 0x633415) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 34 and 15. RGB value is (99,52,21). Sum of RGB (Red+Green+Blue) = 99+52+21=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #633415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633415 is #9CCBEA. Grayscale: #3E3E3E. Windows color (decimal): -10275819 or 1389667. OLE color: 1389667.

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

Color convert

RGB995221-
CMYK00.470.790.61
HSL23.85º65%23.53%-
HSV(B)23.85º78.79%38.82%-
XYZ6.515.161.36-
YUV62.52104.57154.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.56%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 21 (8.59% from 255) = 12.21%
R=57.56%
G=30.23%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99522100.470.790.6123.856523.53
Hex63341502F4F3D184118
Octal1436425057117753010130
Binary1100011110100101010101111100111111110111000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633415; }

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

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

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

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

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

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

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

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