Html Css Color HEX #917F5A Clay Creek

📋 copy color: '#917F5A'

red 145 ◦ green 127 ◦ blue 90

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

Shades of Clay Creek #917F5A

Tints of Clay Creek #917F5A

RGB

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

 GREEN value IS 127 (50% from 255) = 35.08%

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 40.06%
G = 35.08%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#917F5A (or 0x917F5A) is known color: Clay Creek. HEX triplet: 91, 7F and 5A. RGB value is (145,127,90). Sum of RGB (Red+Green+Blue) = 145+127+90=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #917F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F5A is #6E80A5. Grayscale: #808080. Windows color (decimal): -7241894 or 5930897. OLE color: 5930897.

HSL color Cylindrical-coordinate representation of color #917F5A: hue angle of 40.36º 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 #917F5A is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 127 90 -
CMYK 0 0.12 0.38 0.43
HSL 40.36º 0.23% 0.46% -
HSV(B) 40.36º 0.38% 0.57% -
XYZ 21.11 21.94 12.79 -
YUV 128.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 145 127 90 0 0.12 0.38 0.43 40.36 0.23 0.46
Hex 91 7F 5A 0 C 26 2B 28 17 2E
Octal 221 177 132 0 14 46 53 50 27 56
Binary 10010001 1111111 1011010 0 1100 100110 101011 101000 10111 101110

Color Harmonies of #917F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F5A

Black with #917F5A

Text Example


Text Example

White with #917F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,127,90); }

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

background-color css

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

 a { background-color: rgb(145,127,90); }

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

border-color css

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

 span { border-color: rgb(145,127,90); }

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