Html Css Color HEX #928950 Clay Creek

📋 copy color: '#928950'

red 146 ◦ green 137 ◦ blue 80

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

Shades of Clay Creek #928950

Tints of Clay Creek #928950

RGB

 RED value IS 146 (57.42% from 255) = 40.22%

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

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

R = 40.22%
G = 37.74%
B = 22.04%

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

#928950 (or 0x928950) is known color: Clay Creek. HEX triplet: 92, 89 and 50. RGB value is (146,137,80). Sum of RGB (Red+Green+Blue) = 146+137+80=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #928950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928950 is #6D76AF. Grayscale: #858585. Windows color (decimal): -7173808 or 5278098. OLE color: 5278098.

HSL color Cylindrical-coordinate representation of color #928950: hue angle of 51.82º 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 #928950 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 137 80 -
CMYK 0 0.06 0.45 0.43
HSL 51.82º 0.29% 0.44% -
HSV(B) 51.82º 0.45% 0.57% -
XYZ 22.25 24.58 11.16 -
YUV 133.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 146 137 80 0 0.06 0.45 0.43 51.82 0.29 0.44
Hex 92 89 50 0 6 2D 2B 34 1D 2C
Octal 222 211 120 0 6 55 53 64 35 54
Binary 10010010 10001001 1010000 0 110 101101 101011 110100 11101 101100

Color Harmonies of #928950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928950

Black with #928950

Text Example


Text Example

White with #928950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928950; }

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

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

background-color css

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

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

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

border-color css

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

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

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