Html Css Color HEX #8A683D McKenzie

📋 copy color: '#8A683D'

red 138 ◦ green 104 ◦ blue 61

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

Shades of McKenzie #8A683D

Tints of McKenzie #8A683D

RGB

 RED value IS 138 (54.3% from 255) = 45.54%

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

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

R = 45.54%
G = 34.32%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#8A683D (or 0x8A683D) is known color: McKenzie. HEX triplet: 8A, 68 and 3D. RGB value is (138,104,61). Sum of RGB (Red+Green+Blue) = 138+104+61=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A683D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A683D is #7597C2. Grayscale: #6D6D6D. Windows color (decimal): -7706563 or 4024458. OLE color: 4024458.

HSL color Cylindrical-coordinate representation of color #8A683D: hue angle of 33.51º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A683D is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 104 61 -
CMYK 0 0.25 0.56 0.46
HSL 33.51º 0.39% 0.39% -
HSV(B) 33.51º 0.56% 0.54% -
XYZ 16.27 15.64 6.58 -
YUV 109.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 138 104 61 0 0.25 0.56 0.46 33.51 0.39 0.39
Hex 8A 68 3D 0 19 38 2E 22 27 27
Octal 212 150 75 0 31 70 56 42 47 47
Binary 10001010 1101000 111101 0 11001 111000 101110 100010 100111 100111

Color Harmonies of #8A683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A683D

Black with #8A683D

Text Example


Text Example

White with #8A683D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,104,61); }

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

background-color css

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

 a { background-color: rgb(138,104,61); }

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

border-color css

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

 span { border-color: rgb(138,104,61); }

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