Html Css Color HEX #926613 Golden Brown

📋 copy color: '#926613'

red 146 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #926613

Tints of Golden Brown #926613

RGB

 RED value IS 146 (57.42% from 255) = 54.68%

 GREEN value IS 102 (40.23% from 255) = 38.2%

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 54.68%
G = 38.2%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#926613 (or 0x926613) is known color: Golden Brown. HEX triplet: 92, 66 and 13. RGB value is (146,102,19). Sum of RGB (Red+Green+Blue) = 146+102+19=267 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.68% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 146 - color contains mainly: red. Hex color #926613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926613 is #6D99EC. Grayscale: #6A6A6A. Windows color (decimal): -7182829 or 1271442. OLE color: 1271442.

HSL color Cylindrical-coordinate representation of color #926613: hue angle of 39.21º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #926613 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 102 19 -
CMYK 0 0.30 0.87 0.43
HSL 39.21º 0.77% 0.32% -
HSV(B) 39.21º 0.87% 0.57% -
XYZ 16.72 15.66 2.76 -
YUV 105.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 146 102 19 0 0.30 0.87 0.43 39.21 0.77 0.32
Hex 92 66 13 0 1E 57 2B 27 4D 20
Octal 222 146 23 0 36 127 53 47 115 40
Binary 10010010 1100110 10011 0 11110 1010111 101011 100111 1001101 100000

Color Harmonies of #926613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926613

Black with #926613

Text Example


Text Example

White with #926613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926613; }

 p { color: rgb(146,102,19); }

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

background-color css

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

 a { background-color: rgb(146,102,19); }

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

border-color css

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

 span { border-color: rgb(146,102,19); }

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