Html Css Color HEX #858649 Highball

📋 copy color: '#858649'

red 133 ◦ green 134 ◦ blue 73

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

Shades of Highball #858649

Tints of Highball #858649

RGB

 RED value IS 133 (52.34% from 255) = 39.12%

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

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 39.12%
G = 39.41%
B = 21.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#858649 (or 0x858649) is known color: Highball. HEX triplet: 85, 86 and 49. RGB value is (133,134,73). Sum of RGB (Red+Green+Blue) = 133+134+73=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #858649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858649 is #7A79B6. Grayscale: #7E7E7E. Windows color (decimal): -8026551 or 4818565. OLE color: 4818565.

HSL color Cylindrical-coordinate representation of color #858649: hue angle of 60.98º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858649 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 134 73 -
CMYK 0.01 0 0.46 0.47
HSL 60.98º 0.29% 0.41% -
HSV(B) 60.98º 0.46% 0.53% -
XYZ 19.4 22.52 9.63 -
YUV 126.75 97.67 132.46 -
System Red Green Blue C M Y K H S L
Decimal 133 134 73 0.01 0 0.46 0.47 60.98 0.29 0.41
Hex 85 86 49 1 0 2E 2F 3D 1D 29
Octal 205 206 111 1 0 56 57 75 35 51
Binary 10000101 10000110 1001001 1 0 101110 101111 111101 11101 101001

Color Harmonies of #858649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858649

Black with #858649

Text Example


Text Example

White with #858649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858649; }

 p { color: rgb(133,134,73); }

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

background-color css

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

 a { background-color: rgb(133,134,73); }

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

border-color css

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

 span { border-color: rgb(133,134,73); }

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