Html Css Color HEX #9C631E Golden Brown

📋 copy color: '#9C631E'

red 156 ◦ green 99 ◦ blue 30

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

Shades of Golden Brown #9C631E

Tints of Golden Brown #9C631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.53%

R = 54.74%
G = 34.74%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9C631E (or 0x9C631E) is known color: Golden Brown. HEX triplet: 9C, 63 and 1E. RGB value is (156,99,30). Sum of RGB (Red+Green+Blue) = 156+99+30=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C631E is #639CE1. Grayscale: #6C6C6C. Windows color (decimal): -6528226 or 1991580. OLE color: 1991580.

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

Color convert

RGB 156 99 30 -
CMYK 0 0.37 0.81 0.39
HSL 32.86º 0.68% 0.36% -
HSV(B) 32.86º 0.81% 0.61% -
XYZ 18.41 16.09 3.36 -
YUV 108.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 156 99 30 0 0.37 0.81 0.39 32.86 0.68 0.36
Hex 9C 63 1E 0 25 51 27 21 44 24
Octal 234 143 36 0 45 121 47 41 104 44
Binary 10011100 1100011 11110 0 100101 1010001 100111 100001 1000100 100100

Color Harmonies of #9C631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C631E

Black with #9C631E

Text Example


Text Example

White with #9C631E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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