Html Css Color HEX #9F6719 Golden Brown

📋 copy color: '#9F6719'

red 159 ◦ green 103 ◦ blue 25

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

Shades of Golden Brown #9F6719

Tints of Golden Brown #9F6719

RGB

 RED value IS 159 (62.5% from 255) = 55.4%

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

 BLUE value IS 25 (10.16% from 255) = 8.71%

R = 55.4%
G = 35.89%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F6719 (or 0x9F6719) is known color: Golden Brown. HEX triplet: 9F, 67 and 19. RGB value is (159,103,25). Sum of RGB (Red+Green+Blue) = 159+103+25=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6719 is #6098E6. Grayscale: #6F6F6F. Windows color (decimal): -6330599 or 1664927. OLE color: 1664927.

HSL color Cylindrical-coordinate representation of color #9F6719: hue angle of 34.93º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F6719 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 103 25 -
CMYK 0 0.35 0.84 0.38
HSL 34.93º 0.73% 0.36% -
HSV(B) 34.93º 0.84% 0.62% -
XYZ 19.32 17.14 3.21 -
YUV 110.85 79.55 162.34 -
System Red Green Blue C M Y K H S L
Decimal 159 103 25 0 0.35 0.84 0.38 34.93 0.73 0.36
Hex 9F 67 19 0 23 54 26 23 49 24
Octal 237 147 31 0 43 124 46 43 111 44
Binary 10011111 1100111 11001 0 100011 1010100 100110 100011 1001001 100100

Color Harmonies of #9F6719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6719

Black with #9F6719

Text Example


Text Example

White with #9F6719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F6719; }

 p { color: rgb(159,103,25); }

 H1.HeaderClassName
 {
   color: #9F6719;
 }
 .AnyTagClassName
 {
   color: #9F6719;
 }
</style>

background-color css

<style>
 a { background-color: #9F6719; }

 a { background-color: rgb(159,103,25); }

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

border-color css

<style>
 span { border-color: #9F6719; }

 span { border-color: rgb(159,103,25); }

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