Html Css Color HEX #86655A Russett

📋 copy color: '#86655A'

red 134 ◦ green 101 ◦ blue 90

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

Shades of Russett #86655A

Tints of Russett #86655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

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

R = 41.23%
G = 31.08%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86655A (or 0x86655A) is known color: Russett. HEX triplet: 86, 65 and 5A. RGB value is (134,101,90). Sum of RGB (Red+Green+Blue) = 134+101+90=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #86655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86655A is #799AA5. Grayscale: #6D6D6D. Windows color (decimal): -7969446 or 5924230. OLE color: 5924230.

HSL color Cylindrical-coordinate representation of color #86655A: hue angle of 15º 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 #86655A is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 101 90 -
CMYK 0 0.25 0.33 0.47
HSL 15º 0.2% 0.44% -
HSV(B) 15º 0.33% 0.53% -
XYZ 16.33 15.11 11.73 -
YUV 109.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 134 101 90 0 0.25 0.33 0.47 15 0.2 0.44
Hex 86 65 5A 0 19 21 2F F 14 2C
Octal 206 145 132 0 31 41 57 17 24 54
Binary 10000110 1100101 1011010 0 11001 100001 101111 1111 10100 101100

Color Harmonies of #86655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86655A

Black with #86655A

Text Example


Text Example

White with #86655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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