Html Css Color HEX #8C653B McKenzie

📋 copy color: '#8C653B'

red 140 ◦ green 101 ◦ blue 59

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

Shades of McKenzie #8C653B

Tints of McKenzie #8C653B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 46.67%
G = 33.67%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8C653B (or 0x8C653B) is known color: McKenzie. HEX triplet: 8C, 65 and 3B. RGB value is (140,101,59). Sum of RGB (Red+Green+Blue) = 140+101+59=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C653B is #739AC4. Grayscale: #6C6C6C. Windows color (decimal): -7576261 or 3892620. OLE color: 3892620.

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

Color convert

RGB 140 101 59 -
CMYK 0 0.28 0.58 0.45
HSL 31.11º 0.41% 0.39% -
HSV(B) 31.11º 0.58% 0.55% -
XYZ 16.26 15.2 6.21 -
YUV 107.87 100.42 150.92 -
System Red Green Blue C M Y K H S L
Decimal 140 101 59 0 0.28 0.58 0.45 31.11 0.41 0.39
Hex 8C 65 3B 0 1C 3A 2D 1F 29 27
Octal 214 145 73 0 34 72 55 37 51 47
Binary 10001100 1100101 111011 0 11100 111010 101101 11111 101001 100111

Color Harmonies of #8C653B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C653B

Black with #8C653B

Text Example


Text Example

White with #8C653B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,101,59); }

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

background-color css

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

 a { background-color: rgb(140,101,59); }

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

border-color css

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

 span { border-color: rgb(140,101,59); }

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