Html Css Color HEX #958751 Clay Creek

📋 copy color: '#958751'

red 149 ◦ green 135 ◦ blue 81

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

Shades of Clay Creek #958751

Tints of Clay Creek #958751

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.99%

 BLUE value IS 81 (32.03% from 255) = 22.19%

R = 40.82%
G = 36.99%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#958751 (or 0x958751) is known color: Clay Creek. HEX triplet: 95, 87 and 51. RGB value is (149,135,81). Sum of RGB (Red+Green+Blue) = 149+135+81=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #958751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958751 is #6A78AE. Grayscale: #858585. Windows color (decimal): -6977711 or 5343125. OLE color: 5343125.

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

Color convert

RGB 149 135 81 -
CMYK 0 0.09 0.46 0.42
HSL 47.65º 0.3% 0.45% -
HSV(B) 47.65º 0.46% 0.58% -
XYZ 22.54 24.31 11.29 -
YUV 133.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 149 135 81 0 0.09 0.46 0.42 47.65 0.3 0.45
Hex 95 87 51 0 9 2E 2A 30 1E 2D
Octal 225 207 121 0 11 56 52 60 36 55
Binary 10010101 10000111 1010001 0 1001 101110 101010 110000 11110 101101

Color Harmonies of #958751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958751

Black with #958751

Text Example


Text Example

White with #958751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958751; }

 p { color: rgb(149,135,81); }

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

background-color css

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

 a { background-color: rgb(149,135,81); }

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

border-color css

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

 span { border-color: rgb(149,135,81); }

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