Html Css Color HEX #634344 Tosca

📋 copy color: '#634344'

red 99 ◦ green 67 ◦ blue 68

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

Shades of Tosca #634344

Tints of Tosca #634344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

 BLUE value IS 68 (26.95% from 255) = 29.06%

R = 42.31%
G = 28.63%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#634344 (or 0x634344) is known color: Tosca. HEX triplet: 63, 43 and 44. RGB value is (99,67,68). Sum of RGB (Red+Green+Blue) = 99+67+68=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #634344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634344 is #9CBCBB. Grayscale: #4C4C4C. Windows color (decimal): -10271932 or 4473699. OLE color: 4473699.

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

Color convert

RGB 99 67 68 -
CMYK 0 0.32 0.31 0.61
HSL 358.13º 0.19% 0.33% -
HSV(B) 358.13º 0.32% 0.39% -
XYZ 8.2 7.08 6.4 -
YUV 76.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 99 67 68 0 0.32 0.31 0.61 358.13 0.19 0.33
Hex 63 43 44 0 20 1F 3D 166 13 21
Octal 143 103 104 0 40 37 75 546 23 41
Binary 1100011 1000011 1000100 0 100000 11111 111101 101100110 10011 100001

Color Harmonies of #634344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634344

Black with #634344

Text Example


Text Example

White with #634344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634344; }

 p { color: rgb(99,67,68); }

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

background-color css

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

 a { background-color: rgb(99,67,68); }

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

border-color css

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

 span { border-color: rgb(99,67,68); }

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