Html Css Color HEX #978855 Clay Creek

📋 copy color: '#978855'

red 151 ◦ green 136 ◦ blue 85

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

Shades of Clay Creek #978855

Tints of Clay Creek #978855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.85%

R = 40.59%
G = 36.56%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#978855 (or 0x978855) is known color: Clay Creek. HEX triplet: 97, 88 and 55. RGB value is (151,136,85). Sum of RGB (Red+Green+Blue) = 151+136+85=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #978855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978855 is #6877AA. Grayscale: #868686. Windows color (decimal): -6846379 or 5605527. OLE color: 5605527.

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

Color convert

RGB 151 136 85 -
CMYK 0 0.10 0.44 0.41
HSL 46.36º 0.28% 0.46% -
HSV(B) 46.36º 0.44% 0.59% -
XYZ 23.21 24.84 12.17 -
YUV 134.67 99.97 139.65 -
System Red Green Blue C M Y K H S L
Decimal 151 136 85 0 0.10 0.44 0.41 46.36 0.28 0.46
Hex 97 88 55 0 A 2C 29 2E 1C 2E
Octal 227 210 125 0 12 54 51 56 34 56
Binary 10010111 10001000 1010101 0 1010 101100 101001 101110 11100 101110

Color Harmonies of #978855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978855

Black with #978855

Text Example


Text Example

White with #978855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978855; }

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

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

background-color css

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

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

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

border-color css

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

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

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