Html Css Color HEX #907E5E Clay Creek

📋 copy color: '#907E5E'

red 144 ◦ green 126 ◦ blue 94

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

Shades of Clay Creek #907E5E

Tints of Clay Creek #907E5E

RGB

 RED value IS 144 (56.64% from 255) = 39.56%

 GREEN value IS 126 (49.61% from 255) = 34.62%

 BLUE value IS 94 (37.11% from 255) = 25.82%

R = 39.56%
G = 34.62%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#907E5E (or 0x907E5E) is known color: Clay Creek. HEX triplet: 90, 7E and 5E. RGB value is (144,126,94). Sum of RGB (Red+Green+Blue) = 144+126+94=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #907E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E5E is #6F81A1. Grayscale: #7F7F7F. Windows color (decimal): -7307682 or 6192784. OLE color: 6192784.

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

Color convert

RGB 144 126 94 -
CMYK 0 0.12 0.35 0.44
HSL 38.4º 0.21% 0.47% -
HSV(B) 38.4º 0.35% 0.56% -
XYZ 20.98 21.66 13.66 -
YUV 127.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 144 126 94 0 0.12 0.35 0.44 38.4 0.21 0.47
Hex 90 7E 5E 0 C 23 2C 26 15 2F
Octal 220 176 136 0 14 43 54 46 25 57
Binary 10010000 1111110 1011110 0 1100 100011 101100 100110 10101 101111

Color Harmonies of #907E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907E5E

Black with #907E5E

Text Example


Text Example

White with #907E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #907E5E;
 }
 .AnyTagClassName
 {
   color: #907E5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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