Html Css Color HEX #968F56 Clay Creek

📋 copy color: '#968F56'

red 150 ◦ green 143 ◦ blue 86

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

Shades of Clay Creek #968F56

Tints of Clay Creek #968F56

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.73%

 BLUE value IS 86 (33.98% from 255) = 22.69%

R = 39.58%
G = 37.73%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#968F56 (or 0x968F56) is known color: Clay Creek. HEX triplet: 96, 8F and 56. RGB value is (150,143,86). Sum of RGB (Red+Green+Blue) = 150+143+86=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #968F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F56 is #6970A9. Grayscale: #8A8A8A. Windows color (decimal): -6910122 or 5672854. OLE color: 5672854.

HSL color Cylindrical-coordinate representation of color #968F56: hue angle of 53.44º degrees, saturation: 0.27, 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 #968F56 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 143 86 -
CMYK 0 0.05 0.43 0.41
HSL 53.44º 0.27% 0.46% -
HSV(B) 53.44º 0.43% 0.59% -
XYZ 24.08 26.8 12.71 -
YUV 138.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 150 143 86 0 0.05 0.43 0.41 53.44 0.27 0.46
Hex 96 8F 56 0 5 2B 29 35 1B 2E
Octal 226 217 126 0 5 53 51 65 33 56
Binary 10010110 10001111 1010110 0 101 101011 101001 110101 11011 101110

Color Harmonies of #968F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F56

Black with #968F56

Text Example


Text Example

White with #968F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,143,86); }

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

background-color css

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

 a { background-color: rgb(150,143,86); }

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

border-color css

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

 span { border-color: rgb(150,143,86); }

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