Html Css Color HEX #8F661A Golden Brown

📋 copy color: '#8F661A'

red 143 ◦ green 102 ◦ blue 26

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

Shades of Golden Brown #8F661A

Tints of Golden Brown #8F661A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.64%

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 52.77%
G = 37.64%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F661A (or 0x8F661A) is known color: Golden Brown. HEX triplet: 8F, 66 and 1A. RGB value is (143,102,26). Sum of RGB (Red+Green+Blue) = 143+102+26=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F661A is #7099E5. Grayscale: #696969. Windows color (decimal): -7379430 or 1730191. OLE color: 1730191.

HSL color Cylindrical-coordinate representation of color #8F661A: hue angle of 38.97º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F661A is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 102 26 -
CMYK 0 0.29 0.82 0.44
HSL 38.97º 0.69% 0.33% -
HSV(B) 38.97º 0.82% 0.56% -
XYZ 16.27 15.42 3.1 -
YUV 105.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 143 102 26 0 0.29 0.82 0.44 38.97 0.69 0.33
Hex 8F 66 1A 0 1D 52 2C 27 45 21
Octal 217 146 32 0 35 122 54 47 105 41
Binary 10001111 1100110 11010 0 11101 1010010 101100 100111 1000101 100001

Color Harmonies of #8F661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F661A

Black with #8F661A

Text Example


Text Example

White with #8F661A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,102,26); }

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

background-color css

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

 a { background-color: rgb(143,102,26); }

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

border-color css

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

 span { border-color: rgb(143,102,26); }

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