Html Css Color HEX #8C6913 Golden Brown

📋 copy color: '#8C6913'

red 140 ◦ green 105 ◦ blue 19

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

Shades of Golden Brown #8C6913

Tints of Golden Brown #8C6913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.77%

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 53.03%
G = 39.77%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C6913 (or 0x8C6913) is known color: Golden Brown. HEX triplet: 8C, 69 and 13. RGB value is (140,105,19). Sum of RGB (Red+Green+Blue) = 140+105+19=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6913 is #7396EC. Grayscale: #6A6A6A. Windows color (decimal): -7575277 or 1272204. OLE color: 1272204.

HSL color Cylindrical-coordinate representation of color #8C6913: hue angle of 42.64º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C6913 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 105 19 -
CMYK 0 0.25 0.86 0.45
HSL 42.64º 0.76% 0.31% -
HSV(B) 42.64º 0.86% 0.55% -
XYZ 15.98 15.73 2.81 -
YUV 105.66 79.1 152.49 -
System Red Green Blue C M Y K H S L
Decimal 140 105 19 0 0.25 0.86 0.45 42.64 0.76 0.31
Hex 8C 69 13 0 19 56 2D 2B 4C 1F
Octal 214 151 23 0 31 126 55 53 114 37
Binary 10001100 1101001 10011 0 11001 1010110 101101 101011 1001100 11111

Color Harmonies of #8C6913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6913

Black with #8C6913

Text Example


Text Example

White with #8C6913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,105,19); }

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

background-color css

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

 a { background-color: rgb(140,105,19); }

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

border-color css

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

 span { border-color: rgb(140,105,19); }

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