Html Css Color HEX #906C1B Golden Brown

📋 copy color: '#906C1B'

red 144 ◦ green 108 ◦ blue 27

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

Shades of Golden Brown #906C1B

Tints of Golden Brown #906C1B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.71%

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

R = 51.61%
G = 38.71%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#906C1B (or 0x906C1B) is known color: Golden Brown. HEX triplet: 90, 6C and 1B. RGB value is (144,108,27). Sum of RGB (Red+Green+Blue) = 144+108+27=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #906C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906C1B is #6F93E4. Grayscale: #6D6D6D. Windows color (decimal): -7312357 or 1797264. OLE color: 1797264.

HSL color Cylindrical-coordinate representation of color #906C1B: hue angle of 41.54º degrees, saturation: 0.68, 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 #906C1B is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 108 27 -
CMYK 0 0.25 0.81 0.44
HSL 41.54º 0.68% 0.34% -
HSV(B) 41.54º 0.81% 0.56% -
XYZ 17.06 16.73 3.37 -
YUV 109.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 144 108 27 0 0.25 0.81 0.44 41.54 0.68 0.34
Hex 90 6C 1B 0 19 51 2C 2A 44 22
Octal 220 154 33 0 31 121 54 52 104 42
Binary 10010000 1101100 11011 0 11001 1010001 101100 101010 1000100 100010

Color Harmonies of #906C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906C1B

Black with #906C1B

Text Example


Text Example

White with #906C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,108,27); }

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

background-color css

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

 a { background-color: rgb(144,108,27); }

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

border-color css

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

 span { border-color: rgb(144,108,27); }

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