#632E00

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

Shades of Baker's Chocolate #632E00

Tints of Baker's Chocolate #632E00

Color information

#632E00 (or 0x632E00) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2E and 00. RGB value is (99,46,0). Sum of RGB (Red+Green+Blue) = 99+46+0=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #632E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632E00 is #9CD1FF. Grayscale: #383838. Windows color (decimal): -10277376 or 11875. OLE color: 11875.

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

Color convert

RGB99460-
CMYK00.5410.61
HSL27.88º100%19.41%-
HSV(B)27.88º100%38.82%-
XYZ6.124.610.57-
YUV56.696.06158.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.28%
GREEN value IS 46 (18.36% from 255) = 31.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.28%
G=31.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9946000.5410.6127.8810019.41
Hex632E0036643D1c6413
Octal143560066144753414423
Binary110001110111000110110110010011110111100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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