Html Css Color HEX #9A6700 Golden Brown

📋 copy color: '#9A6700'

red 154 ◦ green 103 ◦ blue 0

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

Shades of Golden Brown #9A6700

Tints of Golden Brown #9A6700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.92%
G = 40.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#9A6700 (or 0x9A6700) is known color: Golden Brown. HEX triplet: 9A, 67 and 00. RGB value is (154,103,0). Sum of RGB (Red+Green+Blue) = 154+103+0=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6700 is #6598FF. Grayscale: #6A6A6A. Windows color (decimal): -6658304 or 26522. OLE color: 26522.

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

Color convert

RGB 154 103 0 -
CMYK 0 0.33 1 0.40
HSL 40.13º 1% 0.3% -
HSV(B) 40.13º 1% 0.6% -
XYZ 18.18 16.57 2.24 -
YUV 106.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 154 103 0 0 0.33 1 0.40 40.13 1 0.3
Hex 9A 67 0 0 21 64 28 28 64 1E
Octal 232 147 0 0 41 144 50 50 144 36
Binary 10011010 1100111 0 0 100001 1100100 101000 101000 1100100 11110

Color Harmonies of #9A6700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6700

Black with #9A6700

Text Example


Text Example

White with #9A6700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,103,0); }

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

background-color css

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

 a { background-color: rgb(154,103,0); }

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

border-color css

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

 span { border-color: rgb(154,103,0); }

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