Html Css Color HEX #8F610C Golden Brown

📋 copy color: '#8F610C'

red 143 ◦ green 97 ◦ blue 12

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

Shades of Golden Brown #8F610C

Tints of Golden Brown #8F610C

RGB

 RED value IS 143 (56.25% from 255) = 56.75%

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

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 56.75%
G = 38.49%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F610C (or 0x8F610C) is known color: Golden Brown. HEX triplet: 8F, 61 and 0C. RGB value is (143,97,12). Sum of RGB (Red+Green+Blue) = 143+97+12=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F610C is #709EF3. Grayscale: #656565. Windows color (decimal): -7380724 or 811407. OLE color: 811407.

HSL color Cylindrical-coordinate representation of color #8F610C: hue angle of 38.93º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F610C is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 97 12 -
CMYK 0 0.32 0.92 0.44
HSL 38.93º 0.85% 0.3% -
HSV(B) 38.93º 0.92% 0.56% -
XYZ 15.67 14.42 2.3 -
YUV 101.06 77.74 157.91 -
System Red Green Blue C M Y K H S L
Decimal 143 97 12 0 0.32 0.92 0.44 38.93 0.85 0.3
Hex 8F 61 C 0 20 5C 2C 27 55 1E
Octal 217 141 14 0 40 134 54 47 125 36
Binary 10001111 1100001 1100 0 100000 1011100 101100 100111 1010101 11110

Color Harmonies of #8F610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F610C

Black with #8F610C

Text Example


Text Example

White with #8F610C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,97,12); }

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

background-color css

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

 a { background-color: rgb(143,97,12); }

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

border-color css

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

 span { border-color: rgb(143,97,12); }

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