Html Css Color HEX #906B1C Golden Brown

📋 copy color: '#906B1C'

red 144 ◦ green 107 ◦ blue 28

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

Shades of Golden Brown #906B1C

Tints of Golden Brown #906B1C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.35%

 BLUE value IS 28 (11.33% from 255) = 10.04%

R = 51.61%
G = 38.35%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#906B1C (or 0x906B1C) is known color: Golden Brown. HEX triplet: 90, 6B and 1C. RGB value is (144,107,28). Sum of RGB (Red+Green+Blue) = 144+107+28=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #906B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906B1C is #6F94E3. Grayscale: #6D6D6D. Windows color (decimal): -7312612 or 1862544. OLE color: 1862544.

HSL color Cylindrical-coordinate representation of color #906B1C: hue angle of 40.86º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #906B1C is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 107 28 -
CMYK 0 0.26 0.81 0.44
HSL 40.86º 0.67% 0.34% -
HSV(B) 40.86º 0.81% 0.56% -
XYZ 16.97 16.53 3.39 -
YUV 109.06 82.26 152.92 -
System Red Green Blue C M Y K H S L
Decimal 144 107 28 0 0.26 0.81 0.44 40.86 0.67 0.34
Hex 90 6B 1C 0 1A 51 2C 29 43 22
Octal 220 153 34 0 32 121 54 51 103 42
Binary 10010000 1101011 11100 0 11010 1010001 101100 101001 1000011 100010

Color Harmonies of #906B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906B1C

Black with #906B1C

Text Example


Text Example

White with #906B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,107,28); }

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

background-color css

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

 a { background-color: rgb(144,107,28); }

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

border-color css

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

 span { border-color: rgb(144,107,28); }

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