Html Css Color HEX #9D601A Golden Brown

📋 copy color: '#9D601A'

red 157 ◦ green 96 ◦ blue 26

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

Shades of Golden Brown #9D601A

Tints of Golden Brown #9D601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.41%

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

R = 56.27%
G = 34.41%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D601A (or 0x9D601A) is known color: Golden Brown. HEX triplet: 9D, 60 and 1A. RGB value is (157,96,26). Sum of RGB (Red+Green+Blue) = 157+96+26=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D601A is #629FE5. Grayscale: #6A6A6A. Windows color (decimal): -6463462 or 1728669. OLE color: 1728669.

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

Color convert

RGB 157 96 26 -
CMYK 0 0.39 0.83 0.38
HSL 32.06º 0.72% 0.36% -
HSV(B) 32.06º 0.83% 0.62% -
XYZ 18.27 15.61 3.03 -
YUV 106.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 157 96 26 0 0.39 0.83 0.38 32.06 0.72 0.36
Hex 9D 60 1A 0 27 53 26 20 48 24
Octal 235 140 32 0 47 123 46 40 110 44
Binary 10011101 1100000 11010 0 100111 1010011 100110 100000 1001000 100100

Color Harmonies of #9D601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D601A

Black with #9D601A

Text Example


Text Example

White with #9D601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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