Html Css Color HEX #86665C Russett

📋 copy color: '#86665C'

red 134 ◦ green 102 ◦ blue 92

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

Shades of Russett #86665C

Tints of Russett #86665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 40.85%
G = 31.1%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86665C (or 0x86665C) is known color: Russett. HEX triplet: 86, 66 and 5C. RGB value is (134,102,92). Sum of RGB (Red+Green+Blue) = 134+102+92=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #86665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86665C is #7999A3. Grayscale: #6E6E6E. Windows color (decimal): -7969188 or 6055558. OLE color: 6055558.

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

Color convert

RGB 134 102 92 -
CMYK 0 0.24 0.31 0.47
HSL 14.29º 0.19% 0.44% -
HSV(B) 14.29º 0.31% 0.53% -
XYZ 16.51 15.34 12.22 -
YUV 110.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 134 102 92 0 0.24 0.31 0.47 14.29 0.19 0.44
Hex 86 66 5C 0 18 1F 2F E 13 2C
Octal 206 146 134 0 30 37 57 16 23 54
Binary 10000110 1100110 1011100 0 11000 11111 101111 1110 10011 101100

Color Harmonies of #86665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86665C

Black with #86665C

Text Example


Text Example

White with #86665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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