#633514

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

Shades of Baker's Chocolate #633514

Tints of Baker's Chocolate #633514

Color information

#633514 (or 0x633514) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 35 and 14. RGB value is (99,53,20). Sum of RGB (Red+Green+Blue) = 99+53+20=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #633514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633514 is #9CCAEB. Grayscale: #3F3F3F. Windows color (decimal): -10275564 or 1324387. OLE color: 1324387.

HSL color Cylindrical-coordinate representation of color #633514: hue angle of 25.06º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #633514 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB995320-
CMYK00.460.800.61
HSL25.06º66.39%23.33%-
HSV(B)25.06º79.8%38.82%-
XYZ6.545.251.33-
YUV62.99103.74153.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.56%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=57.56%
G=30.81%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99532000.460.800.6125.0666.3923.33
Hex63351402E503D194217
Octal1436524056120753110227
Binary1100011110101101000101110101000011110111001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633514; }

 p { color: rgb(99,53,20); }

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

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

 a { background-color: rgb(99,53,20); }

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

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

 span { border-color: rgb(99,53,20); }

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