Html Css Color HEX #958653 Clay Creek

📋 copy color: '#958653'

red 149 ◦ green 134 ◦ blue 83

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

Shades of Clay Creek #958653

Tints of Clay Creek #958653

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 40.71%
G = 36.61%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#958653 (or 0x958653) is known color: Clay Creek. HEX triplet: 95, 86 and 53. RGB value is (149,134,83). Sum of RGB (Red+Green+Blue) = 149+134+83=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958653 is #6A79AC. Grayscale: #848484. Windows color (decimal): -6977965 or 5473941. OLE color: 5473941.

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

Color convert

RGB 149 134 83 -
CMYK 0 0.10 0.44 0.42
HSL 46.36º 0.28% 0.45% -
HSV(B) 46.36º 0.44% 0.58% -
XYZ 22.48 24.06 11.64 -
YUV 132.67 99.97 139.65 -
System Red Green Blue C M Y K H S L
Decimal 149 134 83 0 0.10 0.44 0.42 46.36 0.28 0.45
Hex 95 86 53 0 A 2C 2A 2E 1C 2D
Octal 225 206 123 0 12 54 52 56 34 55
Binary 10010101 10000110 1010011 0 1010 101100 101010 101110 11100 101101

Color Harmonies of #958653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958653

Black with #958653

Text Example


Text Example

White with #958653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958653; }

 p { color: rgb(149,134,83); }

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

background-color css

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

 a { background-color: rgb(149,134,83); }

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

border-color css

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

 span { border-color: rgb(149,134,83); }

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