Html Css Color HEX #86665A Russett

📋 copy color: '#86665A'

red 134 ◦ green 102 ◦ blue 90

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

Shades of Russett #86665A

Tints of Russett #86665A

RGB

 RED value IS 134 (52.73% from 255) = 41.1%

 GREEN value IS 102 (40.23% from 255) = 31.29%

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

R = 41.1%
G = 31.29%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86665A (or 0x86665A) is known color: Russett. HEX triplet: 86, 66 and 5A. RGB value is (134,102,90). Sum of RGB (Red+Green+Blue) = 134+102+90=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86665A is #7999A5. Grayscale: #6E6E6E. Windows color (decimal): -7969190 or 5924486. OLE color: 5924486.

HSL color Cylindrical-coordinate representation of color #86665A: hue angle of 16.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86665A is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 102 90 -
CMYK 0 0.24 0.33 0.47
HSL 16.36º 0.2% 0.44% -
HSV(B) 16.36º 0.33% 0.53% -
XYZ 16.43 15.31 11.76 -
YUV 110.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 134 102 90 0 0.24 0.33 0.47 16.36 0.2 0.44
Hex 86 66 5A 0 18 21 2F 10 14 2C
Octal 206 146 132 0 30 41 57 20 24 54
Binary 10000110 1100110 1011010 0 11000 100001 101111 10000 10100 101100

Color Harmonies of #86665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86665A

Black with #86665A

Text Example


Text Example

White with #86665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,102,90); }

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

background-color css

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

 a { background-color: rgb(134,102,90); }

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

border-color css

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

 span { border-color: rgb(134,102,90); }

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