#632F0F

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

Shades of Baker's Chocolate #632F0F

Tints of Baker's Chocolate #632F0F

Color information

#632F0F (or 0x632F0F) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2F and 0F. RGB value is (99,47,15). Sum of RGB (Red+Green+Blue) = 99+47+15=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #632F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F0F is #9CD0F0. Grayscale: #3B3B3B. Windows color (decimal): -10277105 or 995171. OLE color: 995171.

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

Color convert

RGB994715-
CMYK00.530.850.61
HSL22.86º73.68%22.35%-
HSV(B)22.86º84.85%38.82%-
XYZ6.254.721.03-
YUV58.9103.23156.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.49%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=61.49%
G=29.19%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99471500.530.850.6122.8673.6822.35
Hex632FF035553D174a16
Octal1435717065125752711226
Binary110001110111111110110101101010111110110111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,47,15); }

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

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

 a { background-color: rgb(99,47,15); }

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

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

 span { border-color: rgb(99,47,15); }

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