Html Css Color HEX #917D5B Clay Creek

📋 copy color: '#917D5B'

red 145 ◦ green 125 ◦ blue 91

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

Shades of Clay Creek #917D5B

Tints of Clay Creek #917D5B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.63%

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

R = 40.17%
G = 34.63%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#917D5B (or 0x917D5B) is known color: Clay Creek. HEX triplet: 91, 7D and 5B. RGB value is (145,125,91). Sum of RGB (Red+Green+Blue) = 145+125+91=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #917D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D5B is #6E82A4. Grayscale: #7F7F7F. Windows color (decimal): -7242405 or 5995921. OLE color: 5995921.

HSL color Cylindrical-coordinate representation of color #917D5B: hue angle of 37.78º degrees, saturation: 0.23, 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 #917D5B is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 125 91 -
CMYK 0 0.14 0.37 0.43
HSL 37.78º 0.23% 0.46% -
HSV(B) 37.78º 0.37% 0.57% -
XYZ 20.9 21.44 12.93 -
YUV 127.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 145 125 91 0 0.14 0.37 0.43 37.78 0.23 0.46
Hex 91 7D 5B 0 E 25 2B 26 17 2E
Octal 221 175 133 0 16 45 53 46 27 56
Binary 10010001 1111101 1011011 0 1110 100101 101011 100110 10111 101110

Color Harmonies of #917D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D5B

Black with #917D5B

Text Example


Text Example

White with #917D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,125,91); }

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

background-color css

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

 a { background-color: rgb(145,125,91); }

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

border-color css

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

 span { border-color: rgb(145,125,91); }

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