Html Css Color HEX #90680F Golden Brown

📋 copy color: '#90680F'

red 144 ◦ green 104 ◦ blue 15

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

Shades of Golden Brown #90680F

Tints of Golden Brown #90680F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.54%

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 54.75%
G = 39.54%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90680F (or 0x90680F) is known color: Golden Brown. HEX triplet: 90, 68 and 0F. RGB value is (144,104,15). Sum of RGB (Red+Green+Blue) = 144+104+15=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #90680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90680F is #6F97F0. Grayscale: #6A6A6A. Windows color (decimal): -7313393 or 1009808. OLE color: 1009808.

HSL color Cylindrical-coordinate representation of color #90680F: hue angle of 41.4º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90680F is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 104 15 -
CMYK 0 0.28 0.90 0.44
HSL 41.4º 0.81% 0.31% -
HSV(B) 41.4º 0.9% 0.56% -
XYZ 16.54 15.86 2.64 -
YUV 105.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 144 104 15 0 0.28 0.90 0.44 41.4 0.81 0.31
Hex 90 68 F 0 1C 5A 2C 29 51 1F
Octal 220 150 17 0 34 132 54 51 121 37
Binary 10010000 1101000 1111 0 11100 1011010 101100 101001 1010001 11111

Color Harmonies of #90680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90680F

Black with #90680F

Text Example


Text Example

White with #90680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90680F; }

 p { color: rgb(144,104,15); }

 H1.HeaderClassName
 {
   color: #90680F;
 }
 .AnyTagClassName
 {
   color: #90680F;
 }
</style>

background-color css

<style>
 a { background-color: #90680F; }

 a { background-color: rgb(144,104,15); }

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

border-color css

<style>
 span { border-color: #90680F; }

 span { border-color: rgb(144,104,15); }

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