Html Css Color HEX #90864C Clay Creek

📋 copy color: '#90864C'

red 144 ◦ green 134 ◦ blue 76

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

Shades of Clay Creek #90864C

Tints of Clay Creek #90864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.85%

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 40.68%
G = 37.85%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#90864C (or 0x90864C) is known color: Clay Creek. HEX triplet: 90, 86 and 4C. RGB value is (144,134,76). Sum of RGB (Red+Green+Blue) = 144+134+76=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90864C is #6F79B3. Grayscale: #828282. Windows color (decimal): -7305652 or 5015184. OLE color: 5015184.

HSL color Cylindrical-coordinate representation of color #90864C: hue angle of 51.18º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90864C is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 134 76 -
CMYK 0 0.07 0.47 0.44
HSL 51.18º 0.31% 0.43% -
HSV(B) 51.18º 0.47% 0.56% -
XYZ 21.33 23.5 10.25 -
YUV 130.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 144 134 76 0 0.07 0.47 0.44 51.18 0.31 0.43
Hex 90 86 4C 0 7 2F 2C 33 1F 2B
Octal 220 206 114 0 7 57 54 63 37 53
Binary 10010000 10000110 1001100 0 111 101111 101100 110011 11111 101011

Color Harmonies of #90864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90864C

Black with #90864C

Text Example


Text Example

White with #90864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90864C; }

 p { color: rgb(144,134,76); }

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

background-color css

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

 a { background-color: rgb(144,134,76); }

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

border-color css

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

 span { border-color: rgb(144,134,76); }

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