Html Css Color HEX #634748 Tosca

📋 copy color: '#634748'

red 99 ◦ green 71 ◦ blue 72

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

Shades of Tosca #634748

Tints of Tosca #634748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.34%

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 40.91%
G = 29.34%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#634748 (or 0x634748) is known color: Tosca. HEX triplet: 63, 47 and 48. RGB value is (99,71,72). Sum of RGB (Red+Green+Blue) = 99+71+72=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #634748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634748 is #9CB8B7. Grayscale: #4F4F4F. Windows color (decimal): -10270904 or 4736867. OLE color: 4736867.

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

Color convert

RGB 99 71 72 -
CMYK 0 0.28 0.27 0.61
HSL 357.86º 0.16% 0.33% -
HSV(B) 357.86º 0.28% 0.39% -
XYZ 8.57 7.63 7.15 -
YUV 79.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 99 71 72 0 0.28 0.27 0.61 357.86 0.16 0.33
Hex 63 47 48 0 1C 1B 3D 166 10 21
Octal 143 107 110 0 34 33 75 546 20 41
Binary 1100011 1000111 1001000 0 11100 11011 111101 101100110 10000 100001

Color Harmonies of #634748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634748

Black with #634748

Text Example


Text Example

White with #634748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634748; }

 p { color: rgb(99,71,72); }

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

background-color css

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

 a { background-color: rgb(99,71,72); }

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

border-color css

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

 span { border-color: rgb(99,71,72); }

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