Html Css Color HEX #9C630A Golden Brown

📋 copy color: '#9C630A'

red 156 ◦ green 99 ◦ blue 10

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

Shades of Golden Brown #9C630A

Tints of Golden Brown #9C630A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

 BLUE value IS 10 (4.3% from 255) = 3.77%

R = 58.87%
G = 37.36%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C630A (or 0x9C630A) is known color: Golden Brown. HEX triplet: 9C, 63 and 0A. RGB value is (156,99,10). Sum of RGB (Red+Green+Blue) = 156+99+10=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C630A is #639CF5. Grayscale: #6A6A6A. Windows color (decimal): -6528246 or 680860. OLE color: 680860.

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

Color convert

RGB 156 99 10 -
CMYK 0 0.37 0.94 0.39
HSL 36.58º 0.88% 0.33% -
HSV(B) 36.58º 0.94% 0.61% -
XYZ 18.23 16.01 2.42 -
YUV 105.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 156 99 10 0 0.37 0.94 0.39 36.58 0.88 0.33
Hex 9C 63 A 0 25 5E 27 25 58 21
Octal 234 143 12 0 45 136 47 45 130 41
Binary 10011100 1100011 1010 0 100101 1011110 100111 100101 1011000 100001

Color Harmonies of #9C630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C630A

Black with #9C630A

Text Example


Text Example

White with #9C630A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,99,10); }

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

background-color css

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

 a { background-color: rgb(156,99,10); }

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

border-color css

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

 span { border-color: rgb(156,99,10); }

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