Html Css Color HEX #978655 Clay Creek

📋 copy color: '#978655'

red 151 ◦ green 134 ◦ blue 85

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

Shades of Clay Creek #978655

Tints of Clay Creek #978655

RGB

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

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

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

R = 40.81%
G = 36.22%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#978655 (or 0x978655) is known color: Clay Creek. HEX triplet: 97, 86 and 55. RGB value is (151,134,85). Sum of RGB (Red+Green+Blue) = 151+134+85=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #978655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978655 is #6879AA. Grayscale: #858585. Windows color (decimal): -6846891 or 5605015. OLE color: 5605015.

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

Color convert

RGB 151 134 85 -
CMYK 0 0.11 0.44 0.41
HSL 44.55º 0.28% 0.46% -
HSV(B) 44.55º 0.44% 0.59% -
XYZ 22.93 24.29 12.07 -
YUV 133.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 151 134 85 0 0.11 0.44 0.41 44.55 0.28 0.46
Hex 97 86 55 0 B 2C 29 2D 1C 2E
Octal 227 206 125 0 13 54 51 55 34 56
Binary 10010111 10000110 1010101 0 1011 101100 101001 101101 11100 101110

Color Harmonies of #978655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978655

Black with #978655

Text Example


Text Example

White with #978655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978655; }

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

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

background-color css

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

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

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

border-color css

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

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

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