Html Css Color HEX #8C6216 Golden Brown

📋 copy color: '#8C6216'

red 140 ◦ green 98 ◦ blue 22

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

Shades of Golden Brown #8C6216

Tints of Golden Brown #8C6216

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.69%

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 53.85%
G = 37.69%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C6216 (or 0x8C6216) is known color: Golden Brown. HEX triplet: 8C, 62 and 16. RGB value is (140,98,22). Sum of RGB (Red+Green+Blue) = 140+98+22=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6216 is #739DE9. Grayscale: #666666. Windows color (decimal): -7577066 or 1467020. OLE color: 1467020.

HSL color Cylindrical-coordinate representation of color #8C6216: hue angle of 38.64º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C6216 is Cyan = 0, Magento = 0.3, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 98 22 -
CMYK 0 0.3 0.84 0.45
HSL 38.64º 0.73% 0.32% -
HSV(B) 38.64º 0.84% 0.55% -
XYZ 15.33 14.37 2.72 -
YUV 101.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 140 98 22 0 0.3 0.84 0.45 38.64 0.73 0.32
Hex 8C 62 16 0 1E 54 2D 27 49 20
Octal 214 142 26 0 36 124 55 47 111 40
Binary 10001100 1100010 10110 0 11110 1010100 101101 100111 1001001 100000

Color Harmonies of #8C6216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6216

Black with #8C6216

Text Example


Text Example

White with #8C6216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,98,22); }

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

background-color css

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

 a { background-color: rgb(140,98,22); }

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

border-color css

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

 span { border-color: rgb(140,98,22); }

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