Html Css Color HEX #90845B Clay Creek

📋 copy color: '#90845B'

red 144 ◦ green 132 ◦ blue 91

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

Shades of Clay Creek #90845B

Tints of Clay Creek #90845B

RGB

 RED value IS 144 (56.64% from 255) = 39.24%

 GREEN value IS 132 (51.95% from 255) = 35.97%

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 39.24%
G = 35.97%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90845B (or 0x90845B) is known color: Clay Creek. HEX triplet: 90, 84 and 5B. RGB value is (144,132,91). Sum of RGB (Red+Green+Blue) = 144+132+91=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #90845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90845B is #6F7BA4. Grayscale: #838383. Windows color (decimal): -7306149 or 5997712. OLE color: 5997712.

HSL color Cylindrical-coordinate representation of color #90845B: hue angle of 46.42º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90845B is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 132 91 -
CMYK 0 0.08 0.37 0.44
HSL 46.42º 0.23% 0.46% -
HSV(B) 46.42º 0.37% 0.56% -
XYZ 21.64 23.19 13.23 -
YUV 130.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 144 132 91 0 0.08 0.37 0.44 46.42 0.23 0.46
Hex 90 84 5B 0 8 25 2C 2E 17 2E
Octal 220 204 133 0 10 45 54 56 27 56
Binary 10010000 10000100 1011011 0 1000 100101 101100 101110 10111 101110

Color Harmonies of #90845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90845B

Black with #90845B

Text Example


Text Example

White with #90845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90845B; }

 p { color: rgb(144,132,91); }

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

background-color css

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

 a { background-color: rgb(144,132,91); }

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

border-color css

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

 span { border-color: rgb(144,132,91); }

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