Html Css Color HEX #9C661C Golden Brown

📋 copy color: '#9C661C'

red 156 ◦ green 102 ◦ blue 28

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

Shades of Golden Brown #9C661C

Tints of Golden Brown #9C661C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.66%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 54.55%
G = 35.66%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9C661C (or 0x9C661C) is known color: Golden Brown. HEX triplet: 9C, 66 and 1C. RGB value is (156,102,28). Sum of RGB (Red+Green+Blue) = 156+102+28=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C661C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C661C is #6399E3. Grayscale: #6E6E6E. Windows color (decimal): -6527460 or 1861276. OLE color: 1861276.

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

Color convert

RGB 156 102 28 -
CMYK 0 0.35 0.82 0.39
HSL 34.69º 0.7% 0.36% -
HSV(B) 34.69º 0.82% 0.61% -
XYZ 18.67 16.65 3.33 -
YUV 109.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 156 102 28 0 0.35 0.82 0.39 34.69 0.7 0.36
Hex 9C 66 1C 0 23 52 27 23 46 24
Octal 234 146 34 0 43 122 47 43 106 44
Binary 10011100 1100110 11100 0 100011 1010010 100111 100011 1000110 100100

Color Harmonies of #9C661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C661C

Black with #9C661C

Text Example


Text Example

White with #9C661C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,102,28); }

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

background-color css

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

 a { background-color: rgb(156,102,28); }

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

border-color css

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

 span { border-color: rgb(156,102,28); }

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