Html Css Color HEX #917E5C Clay Creek

📋 copy color: '#917E5C'

red 145 ◦ green 126 ◦ blue 92

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

Shades of Clay Creek #917E5C

Tints of Clay Creek #917E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 39.94%
G = 34.71%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#917E5C (or 0x917E5C) is known color: Clay Creek. HEX triplet: 91, 7E and 5C. RGB value is (145,126,92). Sum of RGB (Red+Green+Blue) = 145+126+92=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #917E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E5C is #6E81A3. Grayscale: #7F7F7F. Windows color (decimal): -7242148 or 6061713. OLE color: 6061713.

HSL color Cylindrical-coordinate representation of color #917E5C: hue angle of 38.49º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #917E5C is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 126 92 -
CMYK 0 0.13 0.37 0.43
HSL 38.49º 0.22% 0.46% -
HSV(B) 38.49º 0.37% 0.57% -
XYZ 21.07 21.71 13.21 -
YUV 127.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 145 126 92 0 0.13 0.37 0.43 38.49 0.22 0.46
Hex 91 7E 5C 0 D 25 2B 26 16 2E
Octal 221 176 134 0 15 45 53 46 26 56
Binary 10010001 1111110 1011100 0 1101 100101 101011 100110 10110 101110

Color Harmonies of #917E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E5C

Black with #917E5C

Text Example


Text Example

White with #917E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917E5C; }

 p { color: rgb(145,126,92); }

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

background-color css

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

 a { background-color: rgb(145,126,92); }

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

border-color css

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

 span { border-color: rgb(145,126,92); }

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