Html Css Color HEX #968D58 Clay Creek

📋 copy color: '#968D58'

red 150 ◦ green 141 ◦ blue 88

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

Shades of Clay Creek #968D58

Tints of Clay Creek #968D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 39.58%
G = 37.2%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#968D58 (or 0x968D58) is known color: Clay Creek. HEX triplet: 96, 8D and 58. RGB value is (150,141,88). Sum of RGB (Red+Green+Blue) = 150+141+88=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #968D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D58 is #6972A7. Grayscale: #898989. Windows color (decimal): -6910632 or 5803414. OLE color: 5803414.

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

Color convert

RGB 150 141 88 -
CMYK 0 0.06 0.41 0.41
HSL 51.29º 0.26% 0.47% -
HSV(B) 51.29º 0.41% 0.59% -
XYZ 23.86 26.24 13.04 -
YUV 137.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 150 141 88 0 0.06 0.41 0.41 51.29 0.26 0.47
Hex 96 8D 58 0 6 29 29 33 1A 2F
Octal 226 215 130 0 6 51 51 63 32 57
Binary 10010110 10001101 1011000 0 110 101001 101001 110011 11010 101111

Color Harmonies of #968D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D58

Black with #968D58

Text Example


Text Example

White with #968D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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