Html Css Color HEX #9A611C Golden Brown

📋 copy color: '#9A611C'

red 154 ◦ green 97 ◦ blue 28

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

Shades of Golden Brown #9A611C

Tints of Golden Brown #9A611C

RGB

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

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

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

R = 55.2%
G = 34.77%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A611C (or 0x9A611C) is known color: Golden Brown. HEX triplet: 9A, 61 and 1C. RGB value is (154,97,28). Sum of RGB (Red+Green+Blue) = 154+97+28=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A611C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A611C is #659EE3. Grayscale: #6A6A6A. Windows color (decimal): -6659812 or 1859994. OLE color: 1859994.

HSL color Cylindrical-coordinate representation of color #9A611C: hue angle of 32.86º 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 #9A611C is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 97 28 -
CMYK 0 0.37 0.82 0.40
HSL 32.86º 0.69% 0.36% -
HSV(B) 32.86º 0.82% 0.6% -
XYZ 17.81 15.5 3.15 -
YUV 106.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 154 97 28 0 0.37 0.82 0.40 32.86 0.69 0.36
Hex 9A 61 1C 0 25 52 28 21 45 24
Octal 232 141 34 0 45 122 50 41 105 44
Binary 10011010 1100001 11100 0 100101 1010010 101000 100001 1000101 100100

Color Harmonies of #9A611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A611C

Black with #9A611C

Text Example


Text Example

White with #9A611C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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