#907D5B

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

Shades of Clay Creek #907D5B

Tints of Clay Creek #907D5B

Color information

#907D5B (or 0x907D5B) is unknown color: approx Clay Creek. HEX triplet: 90, 7D and 5B. RGB value is (144,125,91). Sum of RGB (Red+Green+Blue) = 144+125+91=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #907D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D5B is #6F82A4. Grayscale: #7E7E7E. Windows color (decimal): -7307941 or 5995920. OLE color: 5995920.

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

Color convert

RGB14412591-
CMYK00.130.370.44
HSL38.49º22.55%46.08%-
HSV(B)38.49º36.81%56.47%-
XYZ20.7221.3512.93-
YUV126.8107.79140.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=40%
G=34.72%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441259100.130.370.4438.4922.5546.08
Hex907D5B0D252C26172e
Octal2201751330154554462756
Binary10010000111110110110110110110010110110010011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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