Html Css Color HEX #978750 Clay Creek

📋 copy color: '#978750'

red 151 ◦ green 135 ◦ blue 80

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

Shades of Clay Creek #978750

Tints of Clay Creek #978750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.89%

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

R = 41.26%
G = 36.89%
B = 21.86%

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

#978750 (or 0x978750) is known color: Clay Creek. HEX triplet: 97, 87 and 50. RGB value is (151,135,80). Sum of RGB (Red+Green+Blue) = 151+135+80=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #978750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978750 is #6878AF. Grayscale: #858585. Windows color (decimal): -6846640 or 5277591. OLE color: 5277591.

HSL color Cylindrical-coordinate representation of color #978750: hue angle of 46.48º 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 #978750 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 135 80 -
CMYK 0 0.11 0.47 0.41
HSL 46.48º 0.31% 0.45% -
HSV(B) 46.48º 0.47% 0.59% -
XYZ 22.87 24.49 11.11 -
YUV 133.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 151 135 80 0 0.11 0.47 0.41 46.48 0.31 0.45
Hex 97 87 50 0 B 2F 29 2E 1F 2D
Octal 227 207 120 0 13 57 51 56 37 55
Binary 10010111 10000111 1010000 0 1011 101111 101001 101110 11111 101101

Color Harmonies of #978750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978750

Black with #978750

Text Example


Text Example

White with #978750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978750; }

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

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

background-color css

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

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

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

border-color css

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

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

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