Html Css Color HEX #633242 Tawny Port

📋 copy color: '#633242'

red 99 ◦ green 50 ◦ blue 66

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

Shades of Tawny Port #633242

Tints of Tawny Port #633242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 46.05%
G = 23.26%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#633242 (or 0x633242) is known color: Tawny Port. HEX triplet: 63, 32 and 42. RGB value is (99,50,66). Sum of RGB (Red+Green+Blue) = 99+50+66=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #633242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633242 is #9CCDBD. Grayscale: #424242. Windows color (decimal): -10276286 or 4338275. OLE color: 4338275.

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

Color convert

RGB 99 50 66 -
CMYK 0 0.49 0.33 0.61
HSL 340.41º 0.33% 0.29% -
HSV(B) 340.41º 0.49% 0.39% -
XYZ 7.27 5.33 5.8 -
YUV 66.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 99 50 66 0 0.49 0.33 0.61 340.41 0.33 0.29
Hex 63 32 42 0 31 21 3D 154 21 1D
Octal 143 62 102 0 61 41 75 524 41 35
Binary 1100011 110010 1000010 0 110001 100001 111101 101010100 100001 11101

Color Harmonies of #633242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633242

Black with #633242

Text Example


Text Example

White with #633242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633242; }

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

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

background-color css

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

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

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

border-color css

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

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

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