Html Css Color HEX #968D55 Clay Creek

📋 copy color: '#968D55'

red 150 ◦ green 141 ◦ blue 85

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

Shades of Clay Creek #968D55

Tints of Clay Creek #968D55

RGB

 RED value IS 150 (58.98% from 255) = 39.89%

 GREEN value IS 141 (55.47% from 255) = 37.5%

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

R = 39.89%
G = 37.5%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#968D55 (or 0x968D55) is known color: Clay Creek. HEX triplet: 96, 8D and 55. RGB value is (150,141,85). Sum of RGB (Red+Green+Blue) = 150+141+85=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #968D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D55 is #6972AA. Grayscale: #898989. Windows color (decimal): -6910635 or 5606806. OLE color: 5606806.

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

Color convert

RGB 150 141 85 -
CMYK 0 0.06 0.43 0.41
HSL 51.69º 0.28% 0.46% -
HSV(B) 51.69º 0.43% 0.59% -
XYZ 23.74 26.19 12.4 -
YUV 137.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 150 141 85 0 0.06 0.43 0.41 51.69 0.28 0.46
Hex 96 8D 55 0 6 2B 29 34 1C 2E
Octal 226 215 125 0 6 53 51 64 34 56
Binary 10010110 10001101 1010101 0 110 101011 101001 110100 11100 101110

Color Harmonies of #968D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D55

Black with #968D55

Text Example


Text Example

White with #968D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968D55; }

 p { color: rgb(150,141,85); }

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

background-color css

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

 a { background-color: rgb(150,141,85); }

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

border-color css

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

 span { border-color: rgb(150,141,85); }

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