Html Css Color HEX #632E2F Jazz

📋 copy color: '#632E2F'

red 99 ◦ green 46 ◦ blue 47

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

Shades of Jazz #632E2F

Tints of Jazz #632E2F

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 value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#632E2F (or 0x632E2F) is known color: 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

RGB 99 46 47 -
CMYK 0 0.54 0.53 0.61
HSL 358.87º 0.37% 0.28% -
HSV(B) 358.87º 0.54% 0.39% -
XYZ 6.64 4.81 3.27 -
YUV 61.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 99 46 47 0 0.54 0.53 0.61 358.87 0.37 0.28
Hex 63 2E 2F 0 36 35 3D 167 25 1C
Octal 143 56 57 0 66 65 75 547 45 34
Binary 1100011 101110 101111 0 110110 110101 111101 101100111 100101 11100

Color Harmonies of #632E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632E2F

Black with #632E2F

Text Example


Text Example

White with #632E2F

Text Example


Text Example

HTML Codes & Css Web 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>