Html Css Color HEX #986C3C McKenzie

📋 copy color: '#986C3C'

red 152 ◦ green 108 ◦ blue 60

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

Shades of McKenzie #986C3C

Tints of McKenzie #986C3C

RGB

 RED value IS 152 (59.77% from 255) = 47.5%

 GREEN value IS 108 (42.58% from 255) = 33.75%

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 47.5%
G = 33.75%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#986C3C (or 0x986C3C) is known color: McKenzie. HEX triplet: 98, 6C and 3C. RGB value is (152,108,60). Sum of RGB (Red+Green+Blue) = 152+108+60=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #986C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C3C is #6793C3. Grayscale: #737373. Windows color (decimal): -6788036 or 3959960. OLE color: 3959960.

HSL color Cylindrical-coordinate representation of color #986C3C: hue angle of 31.3º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #986C3C is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 108 60 -
CMYK 0 0.29 0.61 0.40
HSL 31.3º 0.43% 0.42% -
HSV(B) 31.3º 0.61% 0.6% -
XYZ 19.13 17.73 6.69 -
YUV 115.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 152 108 60 0 0.29 0.61 0.40 31.3 0.43 0.42
Hex 98 6C 3C 0 1D 3D 28 1F 2B 2A
Octal 230 154 74 0 35 75 50 37 53 52
Binary 10011000 1101100 111100 0 11101 111101 101000 11111 101011 101010

Color Harmonies of #986C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C3C

Black with #986C3C

Text Example


Text Example

White with #986C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986C3C; }

 p { color: rgb(152,108,60); }

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

background-color css

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

 a { background-color: rgb(152,108,60); }

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

border-color css

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

 span { border-color: rgb(152,108,60); }

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