Html Css Color HEX #9A611B Golden Brown

📋 copy color: '#9A611B'

red 154 ◦ green 97 ◦ blue 27

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

Shades of Golden Brown #9A611B

Tints of Golden Brown #9A611B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.71%

R = 55.4%
G = 34.89%
B = 9.71%

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

#9A611B (or 0x9A611B) is known color: Golden Brown. HEX triplet: 9A, 61 and 1B. RGB value is (154,97,27). Sum of RGB (Red+Green+Blue) = 154+97+27=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A611B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A611B is #659EE4. Grayscale: #6A6A6A. Windows color (decimal): -6659813 or 1794458. OLE color: 1794458.

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

Color convert

RGB 154 97 27 -
CMYK 0 0.37 0.82 0.40
HSL 33.07º 0.7% 0.35% -
HSV(B) 33.07º 0.82% 0.6% -
XYZ 17.8 15.5 3.09 -
YUV 106.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 154 97 27 0 0.37 0.82 0.40 33.07 0.7 0.35
Hex 9A 61 1B 0 25 52 28 21 46 23
Octal 232 141 33 0 45 122 50 41 106 43
Binary 10011010 1100001 11011 0 100101 1010010 101000 100001 1000110 100011

Color Harmonies of #9A611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A611B

Black with #9A611B

Text Example


Text Example

White with #9A611B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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