#633417

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

Shades of Baker's Chocolate #633417

Tints of Baker's Chocolate #633417

Color information

#633417 (or 0x633417) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 34 and 17. RGB value is (99,52,23). Sum of RGB (Red+Green+Blue) = 99+52+23=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #633417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633417 is #9CCBE8. Grayscale: #3E3E3E. Windows color (decimal): -10275817 or 1520739. OLE color: 1520739.

HSL color Cylindrical-coordinate representation of color #633417: hue angle of 22.89º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #633417 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB995223-
CMYK00.470.770.61
HSL22.89º62.3%23.92%-
HSV(B)22.89º76.77%38.82%-
XYZ6.535.171.46-
YUV62.75105.57153.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.90%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 23 (9.38% from 255) = 13.22%
R=56.90%
G=29.89%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99522300.470.770.6122.8962.323.92
Hex63341702F4D3D173e18
Octal143642705711575277630
Binary110001111010010111010111110011011111011011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633417; }

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

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

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

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

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

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

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

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