Html Css Color HEX #8D690F Golden Brown

📋 copy color: '#8D690F'

red 141 ◦ green 105 ◦ blue 15

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

Shades of Golden Brown #8D690F

Tints of Golden Brown #8D690F

RGB

 RED value IS 141 (55.47% from 255) = 54.02%

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

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 54.02%
G = 40.23%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D690F (or 0x8D690F) is known color: Golden Brown. HEX triplet: 8D, 69 and 0F. RGB value is (141,105,15). Sum of RGB (Red+Green+Blue) = 141+105+15=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D690F is #7296F0. Grayscale: #696969. Windows color (decimal): -7509745 or 1010061. OLE color: 1010061.

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

Color convert

RGB 141 105 15 -
CMYK 0 0.26 0.89 0.45
HSL 42.86º 0.81% 0.31% -
HSV(B) 42.86º 0.89% 0.55% -
XYZ 16.12 15.8 2.65 -
YUV 105.5 76.93 153.32 -
System Red Green Blue C M Y K H S L
Decimal 141 105 15 0 0.26 0.89 0.45 42.86 0.81 0.31
Hex 8D 69 F 0 1A 59 2D 2B 51 1F
Octal 215 151 17 0 32 131 55 53 121 37
Binary 10001101 1101001 1111 0 11010 1011001 101101 101011 1010001 11111

Color Harmonies of #8D690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D690F

Black with #8D690F

Text Example


Text Example

White with #8D690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,105,15); }

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

background-color css

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

 a { background-color: rgb(141,105,15); }

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

border-color css

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

 span { border-color: rgb(141,105,15); }

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