Html Css Color HEX #908850 Clay Creek

📋 copy color: '#908850'

red 144 ◦ green 136 ◦ blue 80

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

Shades of Clay Creek #908850

Tints of Clay Creek #908850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.78%

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 40%
G = 37.78%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#908850 (or 0x908850) is known color: Clay Creek. HEX triplet: 90, 88 and 50. RGB value is (144,136,80). Sum of RGB (Red+Green+Blue) = 144+136+80=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #908850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908850 is #6F77AF. Grayscale: #848484. Windows color (decimal): -7305136 or 5277840. OLE color: 5277840.

HSL color Cylindrical-coordinate representation of color #908850: hue angle of 52.5º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #908850 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 136 80 -
CMYK 0 0.06 0.44 0.44
HSL 52.5º 0.29% 0.44% -
HSV(B) 52.5º 0.44% 0.56% -
XYZ 21.75 24.12 11.1 -
YUV 132.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 144 136 80 0 0.06 0.44 0.44 52.5 0.29 0.44
Hex 90 88 50 0 6 2C 2C 34 1D 2C
Octal 220 210 120 0 6 54 54 64 35 54
Binary 10010000 10001000 1010000 0 110 101100 101100 110100 11101 101100

Color Harmonies of #908850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908850

Black with #908850

Text Example


Text Example

White with #908850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908850; }

 p { color: rgb(144,136,80); }

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

background-color css

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

 a { background-color: rgb(144,136,80); }

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

border-color css

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

 span { border-color: rgb(144,136,80); }

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