Html Css Color HEX #906968 Ferra

📋 copy color: '#906968'

red 144 ◦ green 105 ◦ blue 104

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

Shades of Ferra #906968

Tints of Ferra #906968

RGB

 RED value IS 144 (56.64% from 255) = 40.79%

 GREEN value IS 105 (41.41% from 255) = 29.75%

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 40.79%
G = 29.75%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#906968 (or 0x906968) is known color: Ferra. HEX triplet: 90, 69 and 68. RGB value is (144,105,104). Sum of RGB (Red+Green+Blue) = 144+105+104=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #906968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906968 is #6F9697. Grayscale: #747474. Windows color (decimal): -7313048 or 6842768. OLE color: 6842768.

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

Color convert

RGB 144 105 104 -
CMYK 0 0.27 0.28 0.44
HSL 1.5º 0.16% 0.49% -
HSV(B) 1.5º 0.28% 0.56% -
XYZ 19.05 17.03 15.38 -
YUV 116.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 144 105 104 0 0.27 0.28 0.44 1.5 0.16 0.49
Hex 90 69 68 0 1B 1C 2C 2 10 31
Octal 220 151 150 0 33 34 54 2 20 61
Binary 10010000 1101001 1101000 0 11011 11100 101100 10 10000 110001

Color Harmonies of #906968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906968

Black with #906968

Text Example


Text Example

White with #906968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906968; }

 p { color: rgb(144,105,104); }

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

background-color css

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

 a { background-color: rgb(144,105,104); }

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

border-color css

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

 span { border-color: rgb(144,105,104); }

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