Html Css Color HEX #8C610E Golden Brown

📋 copy color: '#8C610E'

red 140 ◦ green 97 ◦ blue 14

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

Shades of Golden Brown #8C610E

Tints of Golden Brown #8C610E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.65%

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

R = 55.78%
G = 38.65%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8C610E (or 0x8C610E) is known color: Golden Brown. HEX triplet: 8C, 61 and 0E. RGB value is (140,97,14). Sum of RGB (Red+Green+Blue) = 140+97+14=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C610E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C610E is #739EF1. Grayscale: #646464. Windows color (decimal): -7577330 or 942476. OLE color: 942476.

HSL color Cylindrical-coordinate representation of color #8C610E: hue angle of 39.52º 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 #8C610E is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 97 14 -
CMYK 0 0.31 0.90 0.45
HSL 39.52º 0.82% 0.3% -
HSV(B) 39.52º 0.9% 0.55% -
XYZ 15.17 14.16 2.35 -
YUV 100.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 140 97 14 0 0.31 0.90 0.45 39.52 0.82 0.3
Hex 8C 61 E 0 1F 5A 2D 28 52 1E
Octal 214 141 16 0 37 132 55 50 122 36
Binary 10001100 1100001 1110 0 11111 1011010 101101 101000 1010010 11110

Color Harmonies of #8C610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C610E

Black with #8C610E

Text Example


Text Example

White with #8C610E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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