Html Css Color HEX #958351 Clay Creek

📋 copy color: '#958351'

red 149 ◦ green 131 ◦ blue 81

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

Shades of Clay Creek #958351

Tints of Clay Creek #958351

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

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

R = 41.27%
G = 36.29%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#958351 (or 0x958351) is known color: Clay Creek. HEX triplet: 95, 83 and 51. RGB value is (149,131,81). Sum of RGB (Red+Green+Blue) = 149+131+81=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #958351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958351 is #6A7CAE. Grayscale: #828282. Windows color (decimal): -6978735 or 5342101. OLE color: 5342101.

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

Color convert

RGB 149 131 81 -
CMYK 0 0.12 0.46 0.42
HSL 44.12º 0.3% 0.45% -
HSV(B) 44.12º 0.46% 0.58% -
XYZ 22 23.22 11.11 -
YUV 130.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 149 131 81 0 0.12 0.46 0.42 44.12 0.3 0.45
Hex 95 83 51 0 C 2E 2A 2C 1E 2D
Octal 225 203 121 0 14 56 52 54 36 55
Binary 10010101 10000011 1010001 0 1100 101110 101010 101100 11110 101101

Color Harmonies of #958351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958351

Black with #958351

Text Example


Text Example

White with #958351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958351; }

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

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

background-color css

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

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

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

border-color css

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

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

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