Html Css Color HEX #958F56 Clay Creek

📋 copy color: '#958F56'

red 149 ◦ green 143 ◦ blue 86

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

Shades of Clay Creek #958F56

Tints of Clay Creek #958F56

RGB

 RED value IS 149 (58.59% from 255) = 39.42%

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

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

R = 39.42%
G = 37.83%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#958F56 (or 0x958F56) is known color: Clay Creek. HEX triplet: 95, 8F and 56. RGB value is (149,143,86). Sum of RGB (Red+Green+Blue) = 149+143+86=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #958F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F56 is #6A70A9. Grayscale: #8A8A8A. Windows color (decimal): -6975658 or 5672853. OLE color: 5672853.

HSL color Cylindrical-coordinate representation of color #958F56: hue angle of 54.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #958F56 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 143 86 -
CMYK 0 0.04 0.42 0.42
HSL 54.29º 0.27% 0.46% -
HSV(B) 54.29º 0.42% 0.58% -
XYZ 23.9 26.71 12.7 -
YUV 138.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 149 143 86 0 0.04 0.42 0.42 54.29 0.27 0.46
Hex 95 8F 56 0 4 2A 2A 36 1B 2E
Octal 225 217 126 0 4 52 52 66 33 56
Binary 10010101 10001111 1010110 0 100 101010 101010 110110 11011 101110

Color Harmonies of #958F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F56

Black with #958F56

Text Example


Text Example

White with #958F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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