Html Css Color HEX #866334 McKenzie

📋 copy color: '#866334'

red 134 ◦ green 99 ◦ blue 52

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

Shades of McKenzie #866334

Tints of McKenzie #866334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

 BLUE value IS 52 (20.7% from 255) = 18.25%

R = 47.02%
G = 34.74%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#866334 (or 0x866334) is known color: McKenzie. HEX triplet: 86, 63 and 34. RGB value is (134,99,52). Sum of RGB (Red+Green+Blue) = 134+99+52=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #866334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866334 is #799CCB. Grayscale: #686868. Windows color (decimal): -7969996 or 3433350. OLE color: 3433350.

HSL color Cylindrical-coordinate representation of color #866334: hue angle of 34.39º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #866334 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 99 52 -
CMYK 0 0.26 0.61 0.47
HSL 34.39º 0.44% 0.36% -
HSV(B) 34.39º 0.61% 0.53% -
XYZ 14.91 14.24 5.21 -
YUV 104.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 134 99 52 0 0.26 0.61 0.47 34.39 0.44 0.36
Hex 86 63 34 0 1A 3D 2F 22 2C 24
Octal 206 143 64 0 32 75 57 42 54 44
Binary 10000110 1100011 110100 0 11010 111101 101111 100010 101100 100100

Color Harmonies of #866334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866334

Black with #866334

Text Example


Text Example

White with #866334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866334; }

 p { color: rgb(134,99,52); }

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

background-color css

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

 a { background-color: rgb(134,99,52); }

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

border-color css

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

 span { border-color: rgb(134,99,52); }

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