Html Css Color HEX #928356 Clay Creek

📋 copy color: '#928356'

red 146 ◦ green 131 ◦ blue 86

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

Shades of Clay Creek #928356

Tints of Clay Creek #928356

RGB

 RED value IS 146 (57.42% from 255) = 40.22%

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

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

R = 40.22%
G = 36.09%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#928356 (or 0x928356) is known color: Clay Creek. HEX triplet: 92, 83 and 56. RGB value is (146,131,86). Sum of RGB (Red+Green+Blue) = 146+131+86=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #928356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928356 is #6D7CA9. Grayscale: #828282. Windows color (decimal): -7175338 or 5669778. OLE color: 5669778.

HSL color Cylindrical-coordinate representation of color #928356: hue angle of 45º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #928356 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 131 86 -
CMYK 0 0.10 0.41 0.43
HSL 45º 0.26% 0.45% -
HSV(B) 45º 0.41% 0.57% -
XYZ 21.65 23.02 12.11 -
YUV 130.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 146 131 86 0 0.10 0.41 0.43 45 0.26 0.45
Hex 92 83 56 0 A 29 2B 2D 1A 2D
Octal 222 203 126 0 12 51 53 55 32 55
Binary 10010010 10000011 1010110 0 1010 101001 101011 101101 11010 101101

Color Harmonies of #928356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928356

Black with #928356

Text Example


Text Example

White with #928356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928356; }

 p { color: rgb(146,131,86); }

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

background-color css

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

 a { background-color: rgb(146,131,86); }

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

border-color css

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

 span { border-color: rgb(146,131,86); }

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