#907E4E

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

Shades of Clay Creek #907E4E

Tints of Clay Creek #907E4E

Color information

#907E4E (or 0x907E4E) is unknown color: approx Clay Creek. HEX triplet: 90, 7E and 4E. RGB value is (144,126,78). Sum of RGB (Red+Green+Blue) = 144+126+78=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #907E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E4E is #6F81B1. Grayscale: #7E7E7E. Windows color (decimal): -7307698 or 5144208. OLE color: 5144208.

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

Color convert

RGB14412678-
CMYK00.120.460.44
HSL43.64º29.73%43.53%-
HSV(B)43.64º45.83%56.47%-
XYZ20.3421.410.27-
YUV125.91100.96140.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.38%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=41.38%
G=36.21%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441267800.120.460.4443.6429.7343.53
Hex907E4E0C2E2C2c1e2c
Octal2201761160145654543654
Binary10010000111111010011100110010111010110010110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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