#907E56

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

Shades of Clay Creek #907E56

Tints of Clay Creek #907E56

Color information

#907E56 (or 0x907E56) is unknown color: approx Clay Creek. HEX triplet: 90, 7E and 56. RGB value is (144,126,86). Sum of RGB (Red+Green+Blue) = 144+126+86=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #907E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E56 is #6F81A9. Grayscale: #7F7F7F. Windows color (decimal): -7307690 or 5668496. OLE color: 5668496.

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

Color convert

RGB14412686-
CMYK00.120.400.44
HSL41.38º25.22%45.1%-
HSV(B)41.38º40.28%56.47%-
XYZ20.6421.5211.87-
YUV126.82104.96140.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=40.45%
G=35.39%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441268600.120.400.4441.3825.2245.1
Hex907E560C282C29192d
Octal2201761260145054513155
Binary10010000111111010101100110010100010110010100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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