Html Css Color HEX #958750 Clay Creek

📋 copy color: '#958750'

red 149 ◦ green 135 ◦ blue 80

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

Shades of Clay Creek #958750

Tints of Clay Creek #958750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 40.93%
G = 37.09%
B = 21.98%

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

#958750 (or 0x958750) is known color: Clay Creek. HEX triplet: 95, 87 and 50. RGB value is (149,135,80). Sum of RGB (Red+Green+Blue) = 149+135+80=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #958750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958750 is #6A78AF. Grayscale: #858585. Windows color (decimal): -6977712 or 5277589. OLE color: 5277589.

HSL color Cylindrical-coordinate representation of color #958750: hue angle of 47.83º 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 #958750 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 135 80 -
CMYK 0 0.09 0.46 0.42
HSL 47.83º 0.3% 0.45% -
HSV(B) 47.83º 0.46% 0.58% -
XYZ 22.51 24.3 11.09 -
YUV 132.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 149 135 80 0 0.09 0.46 0.42 47.83 0.3 0.45
Hex 95 87 50 0 9 2E 2A 30 1E 2D
Octal 225 207 120 0 11 56 52 60 36 55
Binary 10010101 10000111 1010000 0 1001 101110 101010 110000 11110 101101

Color Harmonies of #958750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958750

Black with #958750

Text Example


Text Example

White with #958750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958750; }

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

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

background-color css

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

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

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

border-color css

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

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

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