Html Css Color HEX #8C6217 Golden Brown

📋 copy color: '#8C6217'

red 140 ◦ green 98 ◦ blue 23

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

Shades of Golden Brown #8C6217

Tints of Golden Brown #8C6217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.81%

R = 53.64%
G = 37.55%
B = 8.81%

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

#8C6217 (or 0x8C6217) is known color: Golden Brown. HEX triplet: 8C, 62 and 17. RGB value is (140,98,23). Sum of RGB (Red+Green+Blue) = 140+98+23=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6217 is #739DE8. Grayscale: #666666. Windows color (decimal): -7577065 or 1532556. OLE color: 1532556.

HSL color Cylindrical-coordinate representation of color #8C6217: hue angle of 38.46º degrees, saturation: 0.72, 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 #8C6217 is Cyan = 0, Magento = 0.3, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 98 23 -
CMYK 0 0.3 0.84 0.45
HSL 38.46º 0.72% 0.32% -
HSV(B) 38.46º 0.84% 0.55% -
XYZ 15.34 14.37 2.78 -
YUV 102.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 140 98 23 0 0.3 0.84 0.45 38.46 0.72 0.32
Hex 8C 62 17 0 1E 54 2D 26 48 20
Octal 214 142 27 0 36 124 55 46 110 40
Binary 10001100 1100010 10111 0 11110 1010100 101101 100110 1001000 100000

Color Harmonies of #8C6217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6217

Black with #8C6217

Text Example


Text Example

White with #8C6217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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