Html Css Color HEX #918950 Clay Creek

📋 copy color: '#918950'

red 145 ◦ green 137 ◦ blue 80

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

Shades of Clay Creek #918950

Tints of Clay Creek #918950

RGB

 RED value IS 145 (57.03% from 255) = 40.06%

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

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

R = 40.06%
G = 37.85%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#918950 (or 0x918950) is known color: Clay Creek. HEX triplet: 91, 89 and 50. RGB value is (145,137,80). Sum of RGB (Red+Green+Blue) = 145+137+80=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #918950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918950 is #6E76AF. Grayscale: #858585. Windows color (decimal): -7239344 or 5278097. OLE color: 5278097.

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

Color convert

RGB 145 137 80 -
CMYK 0 0.06 0.45 0.43
HSL 52.62º 0.29% 0.44% -
HSV(B) 52.62º 0.45% 0.57% -
XYZ 22.07 24.49 11.15 -
YUV 132.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 145 137 80 0 0.06 0.45 0.43 52.62 0.29 0.44
Hex 91 89 50 0 6 2D 2B 35 1D 2C
Octal 221 211 120 0 6 55 53 65 35 54
Binary 10010001 10001001 1010000 0 110 101101 101011 110101 11101 101100

Color Harmonies of #918950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918950

Black with #918950

Text Example


Text Example

White with #918950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918950; }

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

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

background-color css

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

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

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

border-color css

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

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

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