Html Css Color HEX #632E32 Jazz

📋 copy color: '#632E32'

red 99 ◦ green 46 ◦ blue 50

#632E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #632E32

Tints of Jazz #632E32

RGB

 RED value IS 99 (39.06% from 255) = 50.77%

 GREEN value IS 46 (18.36% from 255) = 23.59%

 BLUE value IS 50 (19.92% from 255) = 25.64%

R = 50.77%
G = 23.59%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#632E32 (or 0x632E32) is known color: Jazz. HEX triplet: 63, 2E and 32. RGB value is (99,46,50). Sum of RGB (Red+Green+Blue) = 99+46+50=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #632E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E32 is #9CD1CD. Grayscale: #3E3E3E. Windows color (decimal): -10277326 or 3288675. OLE color: 3288675.

HSL color Cylindrical-coordinate representation of color #632E32: hue angle of 355.47º 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 #632E32 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 46 50 -
CMYK 0 0.54 0.49 0.61
HSL 355.47º 0.37% 0.28% -
HSV(B) 355.47º 0.54% 0.39% -
XYZ 6.7 4.84 3.6 -
YUV 62.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 99 46 50 0 0.54 0.49 0.61 355.47 0.37 0.28
Hex 63 2E 32 0 36 31 3D 163 25 1C
Octal 143 56 62 0 66 61 75 543 45 34
Binary 1100011 101110 110010 0 110110 110001 111101 101100011 100101 11100

Color Harmonies of #632E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632E32

Black with #632E32

Text Example


Text Example

White with #632E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #632E32;
 }
 .AnyTagClassName
 {
   color: #632E32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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