Html Css Color HEX #906F4F Pale Brown

📋 copy color: '#906F4F'

red 144 ◦ green 111 ◦ blue 79

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

Shades of Pale Brown #906F4F

Tints of Pale Brown #906F4F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

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

R = 43.11%
G = 33.23%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#906F4F (or 0x906F4F) is known color: Pale Brown. HEX triplet: 90, 6F and 4F. RGB value is (144,111,79). Sum of RGB (Red+Green+Blue) = 144+111+79=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #906F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906F4F is #6F90B0. Grayscale: #757575. Windows color (decimal): -7311537 or 5205904. OLE color: 5205904.

HSL color Cylindrical-coordinate representation of color #906F4F: hue angle of 29.54º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #906F4F is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 111 79 -
CMYK 0 0.23 0.45 0.44
HSL 29.54º 0.29% 0.44% -
HSV(B) 29.54º 0.45% 0.56% -
XYZ 18.6 17.86 9.86 -
YUV 117.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 144 111 79 0 0.23 0.45 0.44 29.54 0.29 0.44
Hex 90 6F 4F 0 17 2D 2C 1E 1D 2C
Octal 220 157 117 0 27 55 54 36 35 54
Binary 10010000 1101111 1001111 0 10111 101101 101100 11110 11101 101100

Color Harmonies of #906F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906F4F

Black with #906F4F

Text Example


Text Example

White with #906F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906F4F; }

 p { color: rgb(144,111,79); }

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

background-color css

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

 a { background-color: rgb(144,111,79); }

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

border-color css

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

 span { border-color: rgb(144,111,79); }

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