Html Css Color HEX #928956 Clay Creek

📋 copy color: '#928956'

red 146 ◦ green 137 ◦ blue 86

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

Shades of Clay Creek #928956

Tints of Clay Creek #928956

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.13%

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

R = 39.57%
G = 37.13%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#928956 (or 0x928956) is known color: Clay Creek. HEX triplet: 92, 89 and 56. RGB value is (146,137,86). Sum of RGB (Red+Green+Blue) = 146+137+86=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #928956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928956 is #6D76A9. Grayscale: #868686. Windows color (decimal): -7173802 or 5671314. OLE color: 5671314.

HSL color Cylindrical-coordinate representation of color #928956: hue angle of 51º 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 #928956 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 137 86 -
CMYK 0 0.06 0.41 0.43
HSL 51º 0.26% 0.45% -
HSV(B) 51º 0.41% 0.57% -
XYZ 22.48 24.67 12.38 -
YUV 133.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 146 137 86 0 0.06 0.41 0.43 51 0.26 0.45
Hex 92 89 56 0 6 29 2B 33 1A 2D
Octal 222 211 126 0 6 51 53 63 32 55
Binary 10010010 10001001 1010110 0 110 101001 101011 110011 11010 101101

Color Harmonies of #928956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928956

Black with #928956

Text Example


Text Example

White with #928956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928956; }

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

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

background-color css

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

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

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

border-color css

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

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

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