Html Css Color HEX #907D5E Clay Creek

📋 copy color: '#907D5E'

red 144 ◦ green 125 ◦ blue 94

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

Shades of Clay Creek #907D5E

Tints of Clay Creek #907D5E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

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

R = 39.67%
G = 34.44%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#907D5E (or 0x907D5E) is known color: Clay Creek. HEX triplet: 90, 7D and 5E. RGB value is (144,125,94). Sum of RGB (Red+Green+Blue) = 144+125+94=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #907D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D5E is #6F82A1. Grayscale: #7F7F7F. Windows color (decimal): -7307938 or 6192528. OLE color: 6192528.

HSL color Cylindrical-coordinate representation of color #907D5E: hue angle of 37.2º 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 #907D5E is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 125 94 -
CMYK 0 0.13 0.35 0.44
HSL 37.2º 0.21% 0.47% -
HSV(B) 37.2º 0.35% 0.56% -
XYZ 20.86 21.4 13.62 -
YUV 127.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 144 125 94 0 0.13 0.35 0.44 37.2 0.21 0.47
Hex 90 7D 5E 0 D 23 2C 25 15 2F
Octal 220 175 136 0 15 43 54 45 25 57
Binary 10010000 1111101 1011110 0 1101 100011 101100 100101 10101 101111

Color Harmonies of #907D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907D5E

Black with #907D5E

Text Example


Text Example

White with #907D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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