Html Css Color HEX #917F46 Clay Creek

📋 copy color: '#917F46'

red 145 ◦ green 127 ◦ blue 70

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

Shades of Clay Creek #917F46

Tints of Clay Creek #917F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 42.4%
G = 37.13%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#917F46 (or 0x917F46) is known color: Clay Creek. HEX triplet: 91, 7F and 46. RGB value is (145,127,70). Sum of RGB (Red+Green+Blue) = 145+127+70=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #917F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F46 is #6E80B9. Grayscale: #7E7E7E. Windows color (decimal): -7241914 or 4620177. OLE color: 4620177.

HSL color Cylindrical-coordinate representation of color #917F46: hue angle of 45.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #917F46 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 127 70 -
CMYK 0 0.12 0.52 0.43
HSL 45.6º 0.35% 0.42% -
HSV(B) 45.6º 0.52% 0.57% -
XYZ 20.37 21.64 8.9 -
YUV 125.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 145 127 70 0 0.12 0.52 0.43 45.6 0.35 0.42
Hex 91 7F 46 0 C 34 2B 2E 23 2A
Octal 221 177 106 0 14 64 53 56 43 52
Binary 10010001 1111111 1000110 0 1100 110100 101011 101110 100011 101010

Color Harmonies of #917F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F46

Black with #917F46

Text Example


Text Example

White with #917F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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