#632E2F

Color #632E2F Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #632E2F

Tints of Jazz #632E2F

Color information

#632E2F (or 0x632E2F) is unknown color: approx Jazz. HEX triplet: 63, 2E and 2F. RGB value is (99,46,47). Sum of RGB (Red+Green+Blue) = 99+46+47=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #632E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E2F is #9CD1D0. Grayscale: #3E3E3E. Windows color (decimal): -10277329 or 3092067. OLE color: 3092067.

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

Color convert

RGB994647-
CMYK00.540.530.61
HSL358.87º36.55%28.43%-
HSV(B)358.87º53.54%38.82%-
XYZ6.644.813.27-
YUV61.96119.56154.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 46 (18.36% from 255) = 23.96%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=51.56%
G=23.96%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99464700.540.530.61358.8736.5528.43
Hex632E2F036353D167251c
Octal143565706665755474534
Binary1100011101110101111011011011010111110110110011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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