Html Css Color HEX #907C4E Clay Creek

📋 copy color: '#907C4E'

red 144 ◦ green 124 ◦ blue 78

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

Shades of Clay Creek #907C4E

Tints of Clay Creek #907C4E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

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

R = 41.62%
G = 35.84%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#907C4E (or 0x907C4E) is known color: Clay Creek. HEX triplet: 90, 7C and 4E. RGB value is (144,124,78). Sum of RGB (Red+Green+Blue) = 144+124+78=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #907C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907C4E is #6F83B1. Grayscale: #7C7C7C. Windows color (decimal): -7308210 or 5143696. OLE color: 5143696.

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

Color convert

RGB 144 124 78 -
CMYK 0 0.14 0.46 0.44
HSL 41.82º 0.3% 0.44% -
HSV(B) 41.82º 0.46% 0.56% -
XYZ 20.08 20.89 10.18 -
YUV 124.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 144 124 78 0 0.14 0.46 0.44 41.82 0.3 0.44
Hex 90 7C 4E 0 E 2E 2C 2A 1E 2C
Octal 220 174 116 0 16 56 54 52 36 54
Binary 10010000 1111100 1001110 0 1110 101110 101100 101010 11110 101100

Color Harmonies of #907C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907C4E

Black with #907C4E

Text Example


Text Example

White with #907C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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