Html Css Color HEX #8C6504 Golden Brown

📋 copy color: '#8C6504'

red 140 ◦ green 101 ◦ blue 4

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

Shades of Golden Brown #8C6504

Tints of Golden Brown #8C6504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.22%

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

R = 57.14%
G = 41.22%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C6504 (or 0x8C6504) is known color: Golden Brown. HEX triplet: 8C, 65 and 04. RGB value is (140,101,4). Sum of RGB (Red+Green+Blue) = 140+101+4=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6504 is #739AFB. Grayscale: #666666. Windows color (decimal): -7576316 or 288140. OLE color: 288140.

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

Color convert

RGB 140 101 4 -
CMYK 0 0.28 0.97 0.45
HSL 42.79º 0.94% 0.28% -
HSV(B) 42.79º 0.97% 0.55% -
XYZ 15.49 14.89 2.17 -
YUV 101.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 140 101 4 0 0.28 0.97 0.45 42.79 0.94 0.28
Hex 8C 65 4 0 1C 61 2D 2B 5E 1C
Octal 214 145 4 0 34 141 55 53 136 34
Binary 10001100 1100101 100 0 11100 1100001 101101 101011 1011110 11100

Color Harmonies of #8C6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6504

Black with #8C6504

Text Example


Text Example

White with #8C6504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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