Html Css Color HEX #979056 Clay Creek

📋 copy color: '#979056'

red 151 ◦ green 144 ◦ blue 86

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

Shades of Clay Creek #979056

Tints of Clay Creek #979056

RGB

 RED value IS 151 (59.38% from 255) = 39.63%

 GREEN value IS 144 (56.64% from 255) = 37.8%

 BLUE value IS 86 (33.98% from 255) = 22.57%

R = 39.63%
G = 37.8%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#979056 (or 0x979056) is known color: Clay Creek. HEX triplet: 97, 90 and 56. RGB value is (151,144,86). Sum of RGB (Red+Green+Blue) = 151+144+86=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #979056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979056 is #686FA9. Grayscale: #8B8B8B. Windows color (decimal): -6844330 or 5673111. OLE color: 5673111.

HSL color Cylindrical-coordinate representation of color #979056: hue angle of 53.54º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #979056 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 144 86 -
CMYK 0 0.05 0.43 0.41
HSL 53.54º 0.27% 0.46% -
HSV(B) 53.54º 0.43% 0.59% -
XYZ 24.42 27.2 12.77 -
YUV 139.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 151 144 86 0 0.05 0.43 0.41 53.54 0.27 0.46
Hex 97 90 56 0 5 2B 29 36 1B 2E
Octal 227 220 126 0 5 53 51 66 33 56
Binary 10010111 10010000 1010110 0 101 101011 101001 110110 11011 101110

Color Harmonies of #979056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979056

Black with #979056

Text Example


Text Example

White with #979056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979056; }

 p { color: rgb(151,144,86); }

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

background-color css

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

 a { background-color: rgb(151,144,86); }

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

border-color css

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

 span { border-color: rgb(151,144,86); }

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