Html Css Color HEX #927E5B Clay Creek

📋 copy color: '#927E5B'

red 146 ◦ green 126 ◦ blue 91

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

Shades of Clay Creek #927E5B

Tints of Clay Creek #927E5B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.71%

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 40.22%
G = 34.71%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#927E5B (or 0x927E5B) is known color: Clay Creek. HEX triplet: 92, 7E and 5B. RGB value is (146,126,91). Sum of RGB (Red+Green+Blue) = 146+126+91=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #927E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E5B is #6D81A4. Grayscale: #808080. Windows color (decimal): -7176613 or 5996178. OLE color: 5996178.

HSL color Cylindrical-coordinate representation of color #927E5B: hue angle of 38.18º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #927E5B is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 126 91 -
CMYK 0 0.14 0.38 0.43
HSL 38.18º 0.23% 0.46% -
HSV(B) 38.18º 0.38% 0.57% -
XYZ 21.2 21.79 12.99 -
YUV 127.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 146 126 91 0 0.14 0.38 0.43 38.18 0.23 0.46
Hex 92 7E 5B 0 E 26 2B 26 17 2E
Octal 222 176 133 0 16 46 53 46 27 56
Binary 10010010 1111110 1011011 0 1110 100110 101011 100110 10111 101110

Color Harmonies of #927E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927E5B

Black with #927E5B

Text Example


Text Example

White with #927E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927E5B; }

 p { color: rgb(146,126,91); }

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

background-color css

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

 a { background-color: rgb(146,126,91); }

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

border-color css

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

 span { border-color: rgb(146,126,91); }

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