Html Css Color HEX #90845A Clay Creek

📋 copy color: '#90845A'

red 144 ◦ green 132 ◦ blue 90

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

Shades of Clay Creek #90845A

Tints of Clay Creek #90845A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.59%

R = 39.34%
G = 36.07%
B = 24.59%

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

#90845A (or 0x90845A) is known color: Clay Creek. HEX triplet: 90, 84 and 5A. RGB value is (144,132,90). Sum of RGB (Red+Green+Blue) = 144+132+90=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #90845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90845A is #6F7BA5. Grayscale: #828282. Windows color (decimal): -7306150 or 5932176. OLE color: 5932176.

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

Color convert

RGB 144 132 90 -
CMYK 0 0.08 0.37 0.44
HSL 46.67º 0.23% 0.46% -
HSV(B) 46.67º 0.38% 0.56% -
XYZ 21.6 23.17 13.01 -
YUV 130.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 144 132 90 0 0.08 0.37 0.44 46.67 0.23 0.46
Hex 90 84 5A 0 8 25 2C 2F 17 2E
Octal 220 204 132 0 10 45 54 57 27 56
Binary 10010000 10000100 1011010 0 1000 100101 101100 101111 10111 101110

Color Harmonies of #90845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90845A

Black with #90845A

Text Example


Text Example

White with #90845A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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