Html Css Color HEX #928755 Clay Creek

📋 copy color: '#928755'

red 146 ◦ green 135 ◦ blue 85

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

Shades of Clay Creek #928755

Tints of Clay Creek #928755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.22%

R = 39.89%
G = 36.89%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#928755 (or 0x928755) is known color: Clay Creek. HEX triplet: 92, 87 and 55. RGB value is (146,135,85). Sum of RGB (Red+Green+Blue) = 146+135+85=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #928755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928755 is #6D78AA. Grayscale: #848484. Windows color (decimal): -7174315 or 5605266. OLE color: 5605266.

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

Color convert

RGB 146 135 85 -
CMYK 0 0.08 0.42 0.43
HSL 49.18º 0.26% 0.45% -
HSV(B) 49.18º 0.42% 0.57% -
XYZ 22.16 24.09 12.08 -
YUV 132.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 146 135 85 0 0.08 0.42 0.43 49.18 0.26 0.45
Hex 92 87 55 0 8 2A 2B 31 1A 2D
Octal 222 207 125 0 10 52 53 61 32 55
Binary 10010010 10000111 1010101 0 1000 101010 101011 110001 11010 101101

Color Harmonies of #928755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928755

Black with #928755

Text Example


Text Example

White with #928755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928755; }

 p { color: rgb(146,135,85); }

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

background-color css

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

 a { background-color: rgb(146,135,85); }

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

border-color css

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

 span { border-color: rgb(146,135,85); }

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