Html Css Color HEX #8C690E Golden Brown

📋 copy color: '#8C690E'

red 140 ◦ green 105 ◦ blue 14

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

Shades of Golden Brown #8C690E

Tints of Golden Brown #8C690E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.41%

R = 54.05%
G = 40.54%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8C690E (or 0x8C690E) is known color: Golden Brown. HEX triplet: 8C, 69 and 0E. RGB value is (140,105,14). Sum of RGB (Red+Green+Blue) = 140+105+14=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C690E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C690E is #7396F1. Grayscale: #696969. Windows color (decimal): -7575282 or 944524. OLE color: 944524.

HSL color Cylindrical-coordinate representation of color #8C690E: hue angle of 43.33º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C690E is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 105 14 -
CMYK 0 0.25 0.90 0.45
HSL 43.33º 0.82% 0.3% -
HSV(B) 43.33º 0.9% 0.55% -
XYZ 15.95 15.71 2.61 -
YUV 105.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 140 105 14 0 0.25 0.90 0.45 43.33 0.82 0.3
Hex 8C 69 E 0 19 5A 2D 2B 52 1E
Octal 214 151 16 0 31 132 55 53 122 36
Binary 10001100 1101001 1110 0 11001 1011010 101101 101011 1010010 11110

Color Harmonies of #8C690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C690E

Black with #8C690E

Text Example


Text Example

White with #8C690E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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