Html Css Color HEX #9C681A Golden Brown

📋 copy color: '#9C681A'

red 156 ◦ green 104 ◦ blue 26

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

Shades of Golden Brown #9C681A

Tints of Golden Brown #9C681A

RGB

 RED value IS 156 (61.33% from 255) = 54.55%

 GREEN value IS 104 (41.02% from 255) = 36.36%

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 54.55%
G = 36.36%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C681A (or 0x9C681A) is known color: Golden Brown. HEX triplet: 9C, 68 and 1A. RGB value is (156,104,26). Sum of RGB (Red+Green+Blue) = 156+104+26=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C681A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C681A is #6397E5. Grayscale: #6F6F6F. Windows color (decimal): -6526950 or 1730716. OLE color: 1730716.

HSL color Cylindrical-coordinate representation of color #9C681A: hue angle of 36º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C681A is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 104 26 -
CMYK 0 0.33 0.83 0.39
HSL 36º 0.71% 0.36% -
HSV(B) 36º 0.83% 0.61% -
XYZ 18.85 17.04 3.27 -
YUV 110.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 156 104 26 0 0.33 0.83 0.39 36 0.71 0.36
Hex 9C 68 1A 0 21 53 27 24 47 24
Octal 234 150 32 0 41 123 47 44 107 44
Binary 10011100 1101000 11010 0 100001 1010011 100111 100100 1000111 100100

Color Harmonies of #9C681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C681A

Black with #9C681A

Text Example


Text Example

White with #9C681A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,104,26); }

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

background-color css

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

 a { background-color: rgb(156,104,26); }

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

border-color css

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

 span { border-color: rgb(156,104,26); }

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