Html Css Color HEX #907F4E Clay Creek

📋 copy color: '#907F4E'

red 144 ◦ green 127 ◦ blue 78

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

Shades of Clay Creek #907F4E

Tints of Clay Creek #907F4E

RGB

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

 GREEN value IS 127 (50% from 255) = 36.39%

 BLUE value IS 78 (30.86% from 255) = 22.35%

R = 41.26%
G = 36.39%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#907F4E (or 0x907F4E) is known color: Clay Creek. HEX triplet: 90, 7F and 4E. RGB value is (144,127,78). Sum of RGB (Red+Green+Blue) = 144+127+78=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #907F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907F4E is #6F80B1. Grayscale: #7E7E7E. Windows color (decimal): -7307442 or 5144464. OLE color: 5144464.

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

Color convert

RGB 144 127 78 -
CMYK 0 0.12 0.46 0.44
HSL 44.55º 0.3% 0.44% -
HSV(B) 44.55º 0.46% 0.56% -
XYZ 20.47 21.66 10.31 -
YUV 126.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 144 127 78 0 0.12 0.46 0.44 44.55 0.3 0.44
Hex 90 7F 4E 0 C 2E 2C 2D 1E 2C
Octal 220 177 116 0 14 56 54 55 36 54
Binary 10010000 1111111 1001110 0 1100 101110 101100 101101 11110 101100

Color Harmonies of #907F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907F4E

Black with #907F4E

Text Example


Text Example

White with #907F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,127,78); }

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

background-color css

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

 a { background-color: rgb(144,127,78); }

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

border-color css

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

 span { border-color: rgb(144,127,78); }

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