Html Css Color HEX #63554F Tundora

📋 copy color: '#63554F'

red 99 ◦ green 85 ◦ blue 79

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

Shades of Tundora #63554F

Tints of Tundora #63554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 37.64%
G = 32.32%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63554F (or 0x63554F) is known color: Tundora. HEX triplet: 63, 55 and 4F. RGB value is (99,85,79). Sum of RGB (Red+Green+Blue) = 99+85+79=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #63554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63554F is #9CAAB0. Grayscale: #585858. Windows color (decimal): -10267313 or 5199203. OLE color: 5199203.

HSL color Cylindrical-coordinate representation of color #63554F: hue angle of 18º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63554F is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 85 79 -
CMYK 0 0.14 0.20 0.61
HSL 18º 0.11% 0.35% -
HSV(B) 18º 0.2% 0.39% -
XYZ 9.81 9.71 8.76 -
YUV 88.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 99 85 79 0 0.14 0.20 0.61 18 0.11 0.35
Hex 63 55 4F 0 E 14 3D 12 B 23
Octal 143 125 117 0 16 24 75 22 13 43
Binary 1100011 1010101 1001111 0 1110 10100 111101 10010 1011 100011

Color Harmonies of #63554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63554F

Black with #63554F

Text Example


Text Example

White with #63554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63554F; }

 p { color: rgb(99,85,79); }

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

background-color css

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

 a { background-color: rgb(99,85,79); }

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

border-color css

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

 span { border-color: rgb(99,85,79); }

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