Html Css Color HEX #9D661B Golden Brown

📋 copy color: '#9D661B'

red 157 ◦ green 102 ◦ blue 27

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

Shades of Golden Brown #9D661B

Tints of Golden Brown #9D661B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 54.9%
G = 35.66%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D661B (or 0x9D661B) is known color: Golden Brown. HEX triplet: 9D, 66 and 1B. RGB value is (157,102,27). Sum of RGB (Red+Green+Blue) = 157+102+27=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D661B is #6299E4. Grayscale: #6E6E6E. Windows color (decimal): -6461925 or 1795741. OLE color: 1795741.

HSL color Cylindrical-coordinate representation of color #9D661B: hue angle of 34.62º degrees, saturation: 0.71, 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 #9D661B is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 102 27 -
CMYK 0 0.35 0.83 0.38
HSL 34.62º 0.71% 0.36% -
HSV(B) 34.62º 0.83% 0.62% -
XYZ 18.85 16.75 3.28 -
YUV 109.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 157 102 27 0 0.35 0.83 0.38 34.62 0.71 0.36
Hex 9D 66 1B 0 23 53 26 23 47 24
Octal 235 146 33 0 43 123 46 43 107 44
Binary 10011101 1100110 11011 0 100011 1010011 100110 100011 1000111 100100

Color Harmonies of #9D661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D661B

Black with #9D661B

Text Example


Text Example

White with #9D661B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,102,27); }

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

background-color css

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

 a { background-color: rgb(157,102,27); }

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

border-color css

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

 span { border-color: rgb(157,102,27); }

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