Html Css Color HEX #928259 Clay Creek

📋 copy color: '#928259'

red 146 ◦ green 130 ◦ blue 89

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

Shades of Clay Creek #928259

Tints of Clay Creek #928259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

 BLUE value IS 89 (35.16% from 255) = 24.38%

R = 40%
G = 35.62%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#928259 (or 0x928259) is known color: Clay Creek. HEX triplet: 92, 82 and 59. RGB value is (146,130,89). Sum of RGB (Red+Green+Blue) = 146+130+89=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #928259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928259 is #6D7DA6. Grayscale: #828282. Windows color (decimal): -7175591 or 5866130. OLE color: 5866130.

HSL color Cylindrical-coordinate representation of color #928259: hue angle of 43.16º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #928259 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 130 89 -
CMYK 0 0.11 0.39 0.43
HSL 43.16º 0.24% 0.46% -
HSV(B) 43.16º 0.39% 0.57% -
XYZ 21.64 22.8 12.71 -
YUV 130.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 146 130 89 0 0.11 0.39 0.43 43.16 0.24 0.46
Hex 92 82 59 0 B 27 2B 2B 18 2E
Octal 222 202 131 0 13 47 53 53 30 56
Binary 10010010 10000010 1011001 0 1011 100111 101011 101011 11000 101110

Color Harmonies of #928259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928259

Black with #928259

Text Example


Text Example

White with #928259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928259; }

 p { color: rgb(146,130,89); }

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

background-color css

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

 a { background-color: rgb(146,130,89); }

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

border-color css

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

 span { border-color: rgb(146,130,89); }

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