Html Css Color HEX #978850 Clay Creek

📋 copy color: '#978850'

red 151 ◦ green 136 ◦ blue 80

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

Shades of Clay Creek #978850

Tints of Clay Creek #978850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.06%

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

R = 41.14%
G = 37.06%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#978850 (or 0x978850) is known color: Clay Creek. HEX triplet: 97, 88 and 50. RGB value is (151,136,80). Sum of RGB (Red+Green+Blue) = 151+136+80=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #978850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978850 is #6877AF. Grayscale: #868686. Windows color (decimal): -6846384 or 5277847. OLE color: 5277847.

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

Color convert

RGB 151 136 80 -
CMYK 0 0.10 0.47 0.41
HSL 47.32º 0.31% 0.45% -
HSV(B) 47.32º 0.47% 0.59% -
XYZ 23.01 24.77 11.16 -
YUV 134.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 151 136 80 0 0.10 0.47 0.41 47.32 0.31 0.45
Hex 97 88 50 0 A 2F 29 2F 1F 2D
Octal 227 210 120 0 12 57 51 57 37 55
Binary 10010111 10001000 1010000 0 1010 101111 101001 101111 11111 101101

Color Harmonies of #978850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978850

Black with #978850

Text Example


Text Example

White with #978850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978850; }

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

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

background-color css

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

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

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

border-color css

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

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

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