Html Css Color HEX #9A681C Golden Brown

📋 copy color: '#9A681C'

red 154 ◦ green 104 ◦ blue 28

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

Shades of Golden Brown #9A681C

Tints of Golden Brown #9A681C

RGB

 RED value IS 154 (60.55% from 255) = 53.85%

 GREEN value IS 104 (41.02% from 255) = 36.36%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 53.85%
G = 36.36%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A681C (or 0x9A681C) is known color: Golden Brown. HEX triplet: 9A, 68 and 1C. RGB value is (154,104,28). Sum of RGB (Red+Green+Blue) = 154+104+28=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A681C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A681C is #6597E3. Grayscale: #6E6E6E. Windows color (decimal): -6658020 or 1861786. OLE color: 1861786.

HSL color Cylindrical-coordinate representation of color #9A681C: hue angle of 36.19º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A681C is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 104 28 -
CMYK 0 0.32 0.82 0.40
HSL 36.19º 0.69% 0.36% -
HSV(B) 36.19º 0.82% 0.6% -
XYZ 18.49 16.85 3.38 -
YUV 110.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 154 104 28 0 0.32 0.82 0.40 36.19 0.69 0.36
Hex 9A 68 1C 0 20 52 28 24 45 24
Octal 232 150 34 0 40 122 50 44 105 44
Binary 10011010 1101000 11100 0 100000 1010010 101000 100100 1000101 100100

Color Harmonies of #9A681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A681C

Black with #9A681C

Text Example


Text Example

White with #9A681C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,104,28); }

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

background-color css

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

 a { background-color: rgb(154,104,28); }

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

border-color css

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

 span { border-color: rgb(154,104,28); }

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