Html Css Color HEX #9A650E Golden Brown

📋 copy color: '#9A650E'

red 154 ◦ green 101 ◦ blue 14

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

Shades of Golden Brown #9A650E

Tints of Golden Brown #9A650E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 57.25%
G = 37.55%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#9A650E (or 0x9A650E) is known color: Golden Brown. HEX triplet: 9A, 65 and 0E. RGB value is (154,101,14). Sum of RGB (Red+Green+Blue) = 154+101+14=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A650E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A650E is #659AF1. Grayscale: #6B6B6B. Windows color (decimal): -6658802 or 943514. OLE color: 943514.

HSL color Cylindrical-coordinate representation of color #9A650E: hue angle of 37.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A650E is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 101 14 -
CMYK 0 0.34 0.91 0.40
HSL 37.29º 0.83% 0.33% -
HSV(B) 37.29º 0.91% 0.6% -
XYZ 18.06 16.21 2.59 -
YUV 106.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 154 101 14 0 0.34 0.91 0.40 37.29 0.83 0.33
Hex 9A 65 E 0 22 5B 28 25 53 21
Octal 232 145 16 0 42 133 50 45 123 41
Binary 10011010 1100101 1110 0 100010 1011011 101000 100101 1010011 100001

Color Harmonies of #9A650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A650E

Black with #9A650E

Text Example


Text Example

White with #9A650E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,101,14); }

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

background-color css

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

 a { background-color: rgb(154,101,14); }

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

border-color css

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

 span { border-color: rgb(154,101,14); }

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