#632E0B

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

Shades of Baker's Chocolate #632E0B

Tints of Baker's Chocolate #632E0B

Color information

#632E0B (or 0x632E0B) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2E and 0B. RGB value is (99,46,11). Sum of RGB (Red+Green+Blue) = 99+46+11=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #632E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632E0B is #9CD1F4. Grayscale: #3A3A3A. Windows color (decimal): -10277365 or 732771. OLE color: 732771.

HSL color Cylindrical-coordinate representation of color #632E0B: hue angle of 23.86º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #632E0B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB994611-
CMYK00.540.890.61
HSL23.86º80%21.57%-
HSV(B)23.86º88.89%38.82%-
XYZ6.184.630.88-
YUV57.86101.56157.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.46%
GREEN value IS 46 (18.36% from 255) = 29.49%
BLUE value IS 11 (4.69% from 255) = 7.05%
R=63.46%
G=29.49%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99461100.540.890.6123.868021.57
Hex632EB036593D185016
Octal1435613066131753012026
Binary110001110111010110110110101100111110111000101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,46,11); }

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

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

 a { background-color: rgb(99,46,11); }

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

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

 span { border-color: rgb(99,46,11); }

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