Html Css Color HEX #908950 Clay Creek

📋 copy color: '#908950'

red 144 ◦ green 137 ◦ blue 80

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

Shades of Clay Creek #908950

Tints of Clay Creek #908950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 39.89%
G = 37.95%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#908950 (or 0x908950) is known color: Clay Creek. HEX triplet: 90, 89 and 50. RGB value is (144,137,80). Sum of RGB (Red+Green+Blue) = 144+137+80=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 144 - color contains mainly: red. Hex color #908950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908950 is #6F76AF. Grayscale: #848484. Windows color (decimal): -7304880 or 5278096. OLE color: 5278096.

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

Color convert

RGB 144 137 80 -
CMYK 0 0.05 0.44 0.44
HSL 53.44º 0.29% 0.44% -
HSV(B) 53.44º 0.44% 0.56% -
XYZ 21.9 24.4 11.15 -
YUV 132.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 144 137 80 0 0.05 0.44 0.44 53.44 0.29 0.44
Hex 90 89 50 0 5 2C 2C 35 1D 2C
Octal 220 211 120 0 5 54 54 65 35 54
Binary 10010000 10001001 1010000 0 101 101100 101100 110101 11101 101100

Color Harmonies of #908950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908950

Black with #908950

Text Example


Text Example

White with #908950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908950; }

 p { color: rgb(144,137,80); }

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

background-color css

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

 a { background-color: rgb(144,137,80); }

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

border-color css

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

 span { border-color: rgb(144,137,80); }

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