Html Css Color HEX #928058 Clay Creek

📋 copy color: '#928058'

red 146 ◦ green 128 ◦ blue 88

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

Shades of Clay Creek #928058

Tints of Clay Creek #928058

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

 BLUE value IS 88 (34.77% from 255) = 24.31%

R = 40.33%
G = 35.36%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#928058 (or 0x928058) is known color: Clay Creek. HEX triplet: 92, 80 and 58. RGB value is (146,128,88). Sum of RGB (Red+Green+Blue) = 146+128+88=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #928058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928058 is #6D7FA7. Grayscale: #818181. Windows color (decimal): -7176104 or 5800082. OLE color: 5800082.

HSL color Cylindrical-coordinate representation of color #928058: hue angle of 41.38º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #928058 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 128 88 -
CMYK 0 0.12 0.40 0.43
HSL 41.38º 0.25% 0.46% -
HSV(B) 41.38º 0.4% 0.57% -
XYZ 21.33 22.25 12.4 -
YUV 128.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 146 128 88 0 0.12 0.40 0.43 41.38 0.25 0.46
Hex 92 80 58 0 C 28 2B 29 19 2E
Octal 222 200 130 0 14 50 53 51 31 56
Binary 10010010 10000000 1011000 0 1100 101000 101011 101001 11001 101110

Color Harmonies of #928058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928058

Black with #928058

Text Example


Text Example

White with #928058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928058; }

 p { color: rgb(146,128,88); }

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

background-color css

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

 a { background-color: rgb(146,128,88); }

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

border-color css

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

 span { border-color: rgb(146,128,88); }

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