Html Css Color HEX #978650 Clay Creek

📋 copy color: '#978650'

red 151 ◦ green 134 ◦ blue 80

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

Shades of Clay Creek #978650

Tints of Clay Creek #978650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.71%

 BLUE value IS 80 (31.64% from 255) = 21.92%

R = 41.37%
G = 36.71%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#978650 (or 0x978650) is known color: Clay Creek. HEX triplet: 97, 86 and 50. RGB value is (151,134,80). Sum of RGB (Red+Green+Blue) = 151+134+80=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #978650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978650 is #6879AF. Grayscale: #858585. Windows color (decimal): -6846896 or 5277335. OLE color: 5277335.

HSL color Cylindrical-coordinate representation of color #978650: hue angle of 45.63º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #978650 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 134 80 -
CMYK 0 0.11 0.47 0.41
HSL 45.63º 0.31% 0.45% -
HSV(B) 45.63º 0.47% 0.59% -
XYZ 22.74 24.21 11.06 -
YUV 132.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 151 134 80 0 0.11 0.47 0.41 45.63 0.31 0.45
Hex 97 86 50 0 B 2F 29 2E 1F 2D
Octal 227 206 120 0 13 57 51 56 37 55
Binary 10010111 10000110 1010000 0 1011 101111 101001 101110 11111 101101

Color Harmonies of #978650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978650

Black with #978650

Text Example


Text Example

White with #978650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978650; }

 p { color: rgb(151,134,80); }

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

background-color css

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

 a { background-color: rgb(151,134,80); }

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

border-color css

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

 span { border-color: rgb(151,134,80); }

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