#907E4F

Color #907E4F Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #907E4F

Tints of Clay Creek #907E4F

Color information

#907E4F (or 0x907E4F) is unknown color: approx Clay Creek. HEX triplet: 90, 7E and 4F. RGB value is (144,126,79). Sum of RGB (Red+Green+Blue) = 144+126+79=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #907E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E4F is #6F81B0. Grayscale: #7E7E7E. Windows color (decimal): -7307697 or 5209744. OLE color: 5209744.

HSL color Cylindrical-coordinate representation of color #907E4F: hue angle of 43.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #907E4F is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB14412679-
CMYK00.120.450.44
HSL43.38º29.15%43.73%-
HSV(B)43.38º45.14%56.47%-
XYZ20.3721.4210.46-
YUV126.02101.46140.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 79 (31.25% from 255) = 22.64%
R=41.26%
G=36.10%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441267900.120.450.4443.3829.1543.73
Hex907E4F0C2D2C2b1d2c
Octal2201761170145554533554
Binary10010000111111010011110110010110110110010101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907E4F; }

 p { color: rgb(144,126,79); }

 H1.HeaderClassName
 {
   color: #907E4F;
 }
 .AnyTagClassName
 {
   color: #907E4F;
 }
</style>
background-color css

<style>
 a { background-color: #907E4F; }

 a { background-color: rgb(144,126,79); }

 div.DivClassName
 {
   background-color: #907E4F;
 }
 .BgClassName
 {
   background-color: #907E4F;
 }
</style>
border-color css

<style>
 span { border-color: #907E4F; }

 span { border-color: rgb(144,126,79); }

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