Html Css Color HEX #8C6904 Golden Brown

📋 copy color: '#8C6904'

red 140 ◦ green 105 ◦ blue 4

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

Shades of Golden Brown #8C6904

Tints of Golden Brown #8C6904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 56.22%
G = 42.17%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C6904 (or 0x8C6904) is known color: Golden Brown. HEX triplet: 8C, 69 and 04. RGB value is (140,105,4). Sum of RGB (Red+Green+Blue) = 140+105+4=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6904 is #7396FB. Grayscale: #686868. Windows color (decimal): -7575292 or 289164. OLE color: 289164.

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

Color convert

RGB 140 105 4 -
CMYK 0 0.25 0.97 0.45
HSL 44.56º 0.94% 0.28% -
HSV(B) 44.56º 0.97% 0.55% -
XYZ 15.89 15.69 2.31 -
YUV 103.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 140 105 4 0 0.25 0.97 0.45 44.56 0.94 0.28
Hex 8C 69 4 0 19 61 2D 2D 5E 1C
Octal 214 151 4 0 31 141 55 55 136 34
Binary 10001100 1101001 100 0 11001 1100001 101101 101101 1011110 11100

Color Harmonies of #8C6904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6904

Black with #8C6904

Text Example


Text Example

White with #8C6904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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