Html Css Color HEX #8C6709 Golden Brown

📋 copy color: '#8C6709'

red 140 ◦ green 103 ◦ blue 9

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

Shades of Golden Brown #8C6709

Tints of Golden Brown #8C6709

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.87%

 BLUE value IS 9 (3.91% from 255) = 3.57%

R = 55.56%
G = 40.87%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C6709 (or 0x8C6709) is known color: Golden Brown. HEX triplet: 8C, 67 and 09. RGB value is (140,103,9). Sum of RGB (Red+Green+Blue) = 140+103+9=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6709 is #7398F6. Grayscale: #676767. Windows color (decimal): -7575799 or 616332. OLE color: 616332.

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

Color convert

RGB 140 103 9 -
CMYK 0 0.26 0.94 0.45
HSL 43.05º 0.88% 0.29% -
HSV(B) 43.05º 0.94% 0.55% -
XYZ 15.71 15.3 2.38 -
YUV 103.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 140 103 9 0 0.26 0.94 0.45 43.05 0.88 0.29
Hex 8C 67 9 0 1A 5E 2D 2B 58 1D
Octal 214 147 11 0 32 136 55 53 130 35
Binary 10001100 1100111 1001 0 11010 1011110 101101 101011 1011000 11101

Color Harmonies of #8C6709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6709

Black with #8C6709

Text Example


Text Example

White with #8C6709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,103,9); }

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

background-color css

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

 a { background-color: rgb(140,103,9); }

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

border-color css

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

 span { border-color: rgb(140,103,9); }

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