Html Css Color HEX #907E45 Clay Creek

📋 copy color: '#907E45'

red 144 ◦ green 126 ◦ blue 69

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

Shades of Clay Creek #907E45

Tints of Clay Creek #907E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 42.48%
G = 37.17%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.44

RGB Variations

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

Color information

#907E45 (or 0x907E45) is known color: Clay Creek. HEX triplet: 90, 7E and 45. RGB value is (144,126,69). Sum of RGB (Red+Green+Blue) = 144+126+69=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #907E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907E45 is #6F81BA. Grayscale: #7D7D7D. Windows color (decimal): -7307707 or 4554384. OLE color: 4554384.

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

Color convert

RGB 144 126 69 -
CMYK 0 0.12 0.52 0.44
HSL 45.6º 0.35% 0.42% -
HSV(B) 45.6º 0.52% 0.56% -
XYZ 20.04 21.28 8.68 -
YUV 124.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 144 126 69 0 0.12 0.52 0.44 45.6 0.35 0.42
Hex 90 7E 45 0 C 34 2C 2E 23 2A
Octal 220 176 105 0 14 64 54 56 43 52
Binary 10010000 1111110 1000101 0 1100 110100 101100 101110 100011 101010

Color Harmonies of #907E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907E45

Black with #907E45

Text Example


Text Example

White with #907E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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