Html Css Color HEX #9F6504 Golden Brown

📋 copy color: '#9F6504'

red 159 ◦ green 101 ◦ blue 4

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

Shades of Golden Brown #9F6504

Tints of Golden Brown #9F6504

RGB

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

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

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

R = 60.23%
G = 38.26%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F6504 (or 0x9F6504) is known color: Golden Brown. HEX triplet: 9F, 65 and 04. RGB value is (159,101,4). Sum of RGB (Red+Green+Blue) = 159+101+4=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6504 is #609AFB. Grayscale: #6B6B6B. Windows color (decimal): -6331132 or 288159. OLE color: 288159.

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

Color convert

RGB 159 101 4 -
CMYK 0 0.36 0.97 0.38
HSL 37.55º 0.95% 0.32% -
HSV(B) 37.55º 0.97% 0.62% -
XYZ 18.97 16.69 2.34 -
YUV 107.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 159 101 4 0 0.36 0.97 0.38 37.55 0.95 0.32
Hex 9F 65 4 0 24 61 26 26 5F 20
Octal 237 145 4 0 44 141 46 46 137 40
Binary 10011111 1100101 100 0 100100 1100001 100110 100110 1011111 100000

Color Harmonies of #9F6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6504

Black with #9F6504

Text Example


Text Example

White with #9F6504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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