Html Css Color HEX #9D631A Golden Brown

📋 copy color: '#9D631A'

red 157 ◦ green 99 ◦ blue 26

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

Shades of Golden Brown #9D631A

Tints of Golden Brown #9D631A

RGB

 RED value IS 157 (61.72% from 255) = 55.67%

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

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

R = 55.67%
G = 35.11%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D631A (or 0x9D631A) is known color: Golden Brown. HEX triplet: 9D, 63 and 1A. RGB value is (157,99,26). Sum of RGB (Red+Green+Blue) = 157+99+26=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D631A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D631A is #629CE5. Grayscale: #6C6C6C. Windows color (decimal): -6462694 or 1729437. OLE color: 1729437.

HSL color Cylindrical-coordinate representation of color #9D631A: hue angle of 33.44º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D631A is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 99 26 -
CMYK 0 0.37 0.83 0.38
HSL 33.44º 0.72% 0.36% -
HSV(B) 33.44º 0.83% 0.62% -
XYZ 18.55 16.17 3.12 -
YUV 108.02 81.72 162.94 -
System Red Green Blue C M Y K H S L
Decimal 157 99 26 0 0.37 0.83 0.38 33.44 0.72 0.36
Hex 9D 63 1A 0 25 53 26 21 48 24
Octal 235 143 32 0 45 123 46 41 110 44
Binary 10011101 1100011 11010 0 100101 1010011 100110 100001 1001000 100100

Color Harmonies of #9D631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D631A

Black with #9D631A

Text Example


Text Example

White with #9D631A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,99,26); }

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

background-color css

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

 a { background-color: rgb(157,99,26); }

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

border-color css

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

 span { border-color: rgb(157,99,26); }

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