Html Css Color HEX #8F713D McKenzie

📋 copy color: '#8F713D'

red 143 ◦ green 113 ◦ blue 61

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

Shades of McKenzie #8F713D

Tints of McKenzie #8F713D

RGB

 RED value IS 143 (56.25% from 255) = 45.11%

 GREEN value IS 113 (44.53% from 255) = 35.65%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 45.11%
G = 35.65%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#8F713D (or 0x8F713D) is known color: McKenzie. HEX triplet: 8F, 71 and 3D. RGB value is (143,113,61). Sum of RGB (Red+Green+Blue) = 143+113+61=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 143 - color contains mainly: red. Hex color #8F713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F713D is #708EC2. Grayscale: #747474. Windows color (decimal): -7376579 or 4026767. OLE color: 4026767.

HSL color Cylindrical-coordinate representation of color #8F713D: hue angle of 38.05º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F713D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 113 61 -
CMYK 0 0.21 0.57 0.44
HSL 38.05º 0.4% 0.4% -
HSV(B) 38.05º 0.57% 0.56% -
XYZ 18.08 17.99 6.93 -
YUV 116.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 143 113 61 0 0.21 0.57 0.44 38.05 0.4 0.4
Hex 8F 71 3D 0 15 39 2C 26 28 28
Octal 217 161 75 0 25 71 54 46 50 50
Binary 10001111 1110001 111101 0 10101 111001 101100 100110 101000 101000

Color Harmonies of #8F713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F713D

Black with #8F713D

Text Example


Text Example

White with #8F713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F713D; }

 p { color: rgb(143,113,61); }

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

background-color css

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

 a { background-color: rgb(143,113,61); }

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

border-color css

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

 span { border-color: rgb(143,113,61); }

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