#632D14

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

Shades of Baker's Chocolate #632D14

Tints of Baker's Chocolate #632D14

Color information

#632D14 (or 0x632D14) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2D and 14. RGB value is (99,45,20). Sum of RGB (Red+Green+Blue) = 99+45+20=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #632D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632D14 is #9CD2EB. Grayscale: #3A3A3A. Windows color (decimal): -10277612 or 1322339. OLE color: 1322339.

HSL color Cylindrical-coordinate representation of color #632D14: hue angle of 18.99º 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 #632D14 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB994520-
CMYK00.550.800.61
HSL18.99º66.39%23.33%-
HSV(B)18.99º79.8%38.82%-
XYZ6.214.581.22-
YUV58.3106.39157.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.37%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=60.37%
G=27.44%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99452000.550.800.6118.9966.3923.33
Hex632D14037503D134217
Octal1435524067120752310227
Binary1100011101101101000110111101000011110110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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