Html Css Color HEX #917E5D Clay Creek

📋 copy color: '#917E5D'

red 145 ◦ green 126 ◦ blue 93

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

Shades of Clay Creek #917E5D

Tints of Clay Creek #917E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 39.84%
G = 34.62%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#917E5D (or 0x917E5D) is known color: Clay Creek. HEX triplet: 91, 7E and 5D. RGB value is (145,126,93). Sum of RGB (Red+Green+Blue) = 145+126+93=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #917E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E5D is #6E81A2. Grayscale: #808080. Windows color (decimal): -7242147 or 6127249. OLE color: 6127249.

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

Color convert

RGB 145 126 93 -
CMYK 0 0.13 0.36 0.43
HSL 38.08º 0.22% 0.47% -
HSV(B) 38.08º 0.36% 0.57% -
XYZ 21.11 21.73 13.44 -
YUV 127.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 145 126 93 0 0.13 0.36 0.43 38.08 0.22 0.47
Hex 91 7E 5D 0 D 24 2B 26 16 2F
Octal 221 176 135 0 15 44 53 46 26 57
Binary 10010001 1111110 1011101 0 1101 100100 101011 100110 10110 101111

Color Harmonies of #917E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E5D

Black with #917E5D

Text Example


Text Example

White with #917E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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