Html Css Color HEX #906D1A Golden Brown

📋 copy color: '#906D1A'

red 144 ◦ green 109 ◦ blue 26

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

Shades of Golden Brown #906D1A

Tints of Golden Brown #906D1A

RGB

 RED value IS 144 (56.64% from 255) = 51.61%

 GREEN value IS 109 (42.97% from 255) = 39.07%

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

R = 51.61%
G = 39.07%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#906D1A (or 0x906D1A) is known color: Golden Brown. HEX triplet: 90, 6D and 1A. RGB value is (144,109,26). Sum of RGB (Red+Green+Blue) = 144+109+26=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #906D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906D1A is #6F92E5. Grayscale: #6E6E6E. Windows color (decimal): -7312102 or 1731984. OLE color: 1731984.

HSL color Cylindrical-coordinate representation of color #906D1A: hue angle of 42.2º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #906D1A is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 109 26 -
CMYK 0 0.24 0.82 0.44
HSL 42.2º 0.69% 0.33% -
HSV(B) 42.2º 0.82% 0.56% -
XYZ 17.16 16.94 3.34 -
YUV 110 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 144 109 26 0 0.24 0.82 0.44 42.2 0.69 0.33
Hex 90 6D 1A 0 18 52 2C 2A 45 21
Octal 220 155 32 0 30 122 54 52 105 41
Binary 10010000 1101101 11010 0 11000 1010010 101100 101010 1000101 100001

Color Harmonies of #906D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906D1A

Black with #906D1A

Text Example


Text Example

White with #906D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906D1A; }

 p { color: rgb(144,109,26); }

 H1.HeaderClassName
 {
   color: #906D1A;
 }
 .AnyTagClassName
 {
   color: #906D1A;
 }
</style>

background-color css

<style>
 a { background-color: #906D1A; }

 a { background-color: rgb(144,109,26); }

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

border-color css

<style>
 span { border-color: #906D1A; }

 span { border-color: rgb(144,109,26); }

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