Html Css Color HEX #908750 Clay Creek

📋 copy color: '#908750'

red 144 ◦ green 135 ◦ blue 80

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

Shades of Clay Creek #908750

Tints of Clay Creek #908750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.6%

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

R = 40.11%
G = 37.6%
B = 22.28%

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

#908750 (or 0x908750) is known color: Clay Creek. HEX triplet: 90, 87 and 50. RGB value is (144,135,80). Sum of RGB (Red+Green+Blue) = 144+135+80=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #908750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908750 is #6F78AF. Grayscale: #838383. Windows color (decimal): -7305392 or 5277584. OLE color: 5277584.

HSL color Cylindrical-coordinate representation of color #908750: hue angle of 51.56º 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 #908750 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 135 80 -
CMYK 0 0.06 0.44 0.44
HSL 51.56º 0.29% 0.44% -
HSV(B) 51.56º 0.44% 0.56% -
XYZ 21.61 23.84 11.05 -
YUV 131.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 144 135 80 0 0.06 0.44 0.44 51.56 0.29 0.44
Hex 90 87 50 0 6 2C 2C 34 1D 2C
Octal 220 207 120 0 6 54 54 64 35 54
Binary 10010000 10000111 1010000 0 110 101100 101100 110100 11101 101100

Color Harmonies of #908750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908750

Black with #908750

Text Example


Text Example

White with #908750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908750; }

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

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

background-color css

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

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

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

border-color css

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

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

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