Html Css Color HEX #9D640B Golden Brown

📋 copy color: '#9D640B'

red 157 ◦ green 100 ◦ blue 11

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

Shades of Golden Brown #9D640B

Tints of Golden Brown #9D640B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

 BLUE value IS 11 (4.69% from 255) = 4.1%

R = 58.58%
G = 37.31%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9D640B (or 0x9D640B) is known color: Golden Brown. HEX triplet: 9D, 64 and 0B. RGB value is (157,100,11). Sum of RGB (Red+Green+Blue) = 157+100+11=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D640B is #629BF4. Grayscale: #6B6B6B. Windows color (decimal): -6462453 or 746653. OLE color: 746653.

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

Color convert

RGB 157 100 11 -
CMYK 0 0.36 0.93 0.38
HSL 36.58º 0.87% 0.33% -
HSV(B) 36.58º 0.93% 0.62% -
XYZ 18.52 16.31 2.49 -
YUV 106.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 157 100 11 0 0.36 0.93 0.38 36.58 0.87 0.33
Hex 9D 64 B 0 24 5D 26 25 57 21
Octal 235 144 13 0 44 135 46 45 127 41
Binary 10011101 1100100 1011 0 100100 1011101 100110 100101 1010111 100001

Color Harmonies of #9D640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D640B

Black with #9D640B

Text Example


Text Example

White with #9D640B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,100,11); }

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

background-color css

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

 a { background-color: rgb(157,100,11); }

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

border-color css

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

 span { border-color: rgb(157,100,11); }

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