Html Css Color HEX #63554E Tundora

📋 copy color: '#63554E'

red 99 ◦ green 85 ◦ blue 78

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

Shades of Tundora #63554E

Tints of Tundora #63554E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.77%

R = 37.79%
G = 32.44%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#63554E (or 0x63554E) is known color: Tundora. HEX triplet: 63, 55 and 4E. RGB value is (99,85,78). Sum of RGB (Red+Green+Blue) = 99+85+78=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63554E is #9CAAB1. Grayscale: #585858. Windows color (decimal): -10267314 or 5133667. OLE color: 5133667.

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

Color convert

RGB 99 85 78 -
CMYK 0 0.14 0.21 0.61
HSL 20º 0.12% 0.35% -
HSV(B) 20º 0.21% 0.39% -
XYZ 9.77 9.7 8.57 -
YUV 88.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 99 85 78 0 0.14 0.21 0.61 20 0.12 0.35
Hex 63 55 4E 0 E 15 3D 14 C 23
Octal 143 125 116 0 16 25 75 24 14 43
Binary 1100011 1010101 1001110 0 1110 10101 111101 10100 1100 100011

Color Harmonies of #63554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63554E

Black with #63554E

Text Example


Text Example

White with #63554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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