Html Css Color HEX #9C631C Golden Brown

📋 copy color: '#9C631C'

red 156 ◦ green 99 ◦ blue 28

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

Shades of Golden Brown #9C631C

Tints of Golden Brown #9C631C

RGB

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

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

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

R = 55.12%
G = 34.98%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9C631C (or 0x9C631C) is known color: Golden Brown. HEX triplet: 9C, 63 and 1C. RGB value is (156,99,28). Sum of RGB (Red+Green+Blue) = 156+99+28=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C631C is #639CE3. Grayscale: #6C6C6C. Windows color (decimal): -6528228 or 1860508. OLE color: 1860508.

HSL color Cylindrical-coordinate representation of color #9C631C: hue angle of 33.28º 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 #9C631C is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 99 28 -
CMYK 0 0.37 0.82 0.39
HSL 33.28º 0.7% 0.36% -
HSV(B) 33.28º 0.82% 0.61% -
XYZ 18.38 16.08 3.23 -
YUV 107.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 156 99 28 0 0.37 0.82 0.39 33.28 0.7 0.36
Hex 9C 63 1C 0 25 52 27 21 46 24
Octal 234 143 34 0 45 122 47 41 106 44
Binary 10011100 1100011 11100 0 100101 1010010 100111 100001 1000110 100100

Color Harmonies of #9C631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C631C

Black with #9C631C

Text Example


Text Example

White with #9C631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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