Html Css Color HEX #907E5D Clay Creek

📋 copy color: '#907E5D'

red 144 ◦ green 126 ◦ blue 93

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

Shades of Clay Creek #907E5D

Tints of Clay Creek #907E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 39.67%
G = 34.71%
B = 25.62%

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

#907E5D (or 0x907E5D) is known color: Clay Creek. HEX triplet: 90, 7E and 5D. RGB value is (144,126,93). Sum of RGB (Red+Green+Blue) = 144+126+93=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #907E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E5D is #6F81A2. Grayscale: #7F7F7F. Windows color (decimal): -7307683 or 6127248. OLE color: 6127248.

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

Color convert

RGB 144 126 93 -
CMYK 0 0.12 0.35 0.44
HSL 38.82º 0.22% 0.46% -
HSV(B) 38.82º 0.35% 0.56% -
XYZ 20.94 21.64 13.43 -
YUV 127.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 144 126 93 0 0.12 0.35 0.44 38.82 0.22 0.46
Hex 90 7E 5D 0 C 23 2C 27 16 2E
Octal 220 176 135 0 14 43 54 47 26 56
Binary 10010000 1111110 1011101 0 1100 100011 101100 100111 10110 101110

Color Harmonies of #907E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907E5D

Black with #907E5D

Text Example


Text Example

White with #907E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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