Html Css Color HEX #8C683C McKenzie

📋 copy color: '#8C683C'

red 140 ◦ green 104 ◦ blue 60

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

Shades of McKenzie #8C683C

Tints of McKenzie #8C683C

RGB

 RED value IS 140 (55.08% from 255) = 46.05%

 GREEN value IS 104 (41.02% from 255) = 34.21%

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

R = 46.05%
G = 34.21%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8C683C (or 0x8C683C) is known color: McKenzie. HEX triplet: 8C, 68 and 3C. RGB value is (140,104,60). Sum of RGB (Red+Green+Blue) = 140+104+60=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C683C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C683C is #7397C3. Grayscale: #6D6D6D. Windows color (decimal): -7575492 or 3958924. OLE color: 3958924.

HSL color Cylindrical-coordinate representation of color #8C683C: hue angle of 33º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C683C is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 104 60 -
CMYK 0 0.26 0.57 0.45
HSL 33º 0.4% 0.39% -
HSV(B) 33º 0.57% 0.55% -
XYZ 16.58 15.8 6.45 -
YUV 109.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 140 104 60 0 0.26 0.57 0.45 33 0.4 0.39
Hex 8C 68 3C 0 1A 39 2D 21 28 27
Octal 214 150 74 0 32 71 55 41 50 47
Binary 10001100 1101000 111100 0 11010 111001 101101 100001 101000 100111

Color Harmonies of #8C683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C683C

Black with #8C683C

Text Example


Text Example

White with #8C683C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,104,60); }

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

background-color css

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

 a { background-color: rgb(140,104,60); }

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

border-color css

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

 span { border-color: rgb(140,104,60); }

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