#632F32

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

Shades of Jazz #632F32

Tints of Jazz #632F32

Color information

#632F32 (or 0x632F32) is unknown color: approx Jazz. HEX triplet: 63, 2F and 32. RGB value is (99,47,50). Sum of RGB (Red+Green+Blue) = 99+47+50=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #632F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F32 is #9CD0CD. Grayscale: #3E3E3E. Windows color (decimal): -10277070 or 3288931. OLE color: 3288931.

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

Color convert

RGB994750-
CMYK00.530.490.61
HSL356.54º35.62%28.63%-
HSV(B)356.54º52.53%38.82%-
XYZ6.744.923.61-
YUV62.89120.73153.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 47 (18.75% from 255) = 23.98%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=50.51%
G=23.98%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99475000.530.490.61356.5435.6228.63
Hex632F32035313D165241d
Octal143576206561755454435
Binary1100011101111110010011010111000111110110110010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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