Html Css Color HEX #9A621F Golden Brown

📋 copy color: '#9A621F'

red 154 ◦ green 98 ◦ blue 31

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

Shades of Golden Brown #9A621F

Tints of Golden Brown #9A621F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.63%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 54.42%
G = 34.63%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#9A621F (or 0x9A621F) is known color: Golden Brown. HEX triplet: 9A, 62 and 1F. RGB value is (154,98,31). Sum of RGB (Red+Green+Blue) = 154+98+31=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A621F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A621F is #659DE0. Grayscale: #6B6B6B. Windows color (decimal): -6659553 or 2056858. OLE color: 2056858.

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

Color convert

RGB 154 98 31 -
CMYK 0 0.36 0.80 0.40
HSL 32.68º 0.66% 0.36% -
HSV(B) 32.68º 0.8% 0.6% -
XYZ 17.94 15.7 3.38 -
YUV 107.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 154 98 31 0 0.36 0.80 0.40 32.68 0.66 0.36
Hex 9A 62 1F 0 24 50 28 21 42 24
Octal 232 142 37 0 44 120 50 41 102 44
Binary 10011010 1100010 11111 0 100100 1010000 101000 100001 1000010 100100

Color Harmonies of #9A621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A621F

Black with #9A621F

Text Example


Text Example

White with #9A621F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,98,31); }

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

background-color css

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

 a { background-color: rgb(154,98,31); }

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

border-color css

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

 span { border-color: rgb(154,98,31); }

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