Html Css Color HEX #925614 Golden Brown

📋 copy color: '#925614'

red 146 ◦ green 86 ◦ blue 20

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

Shades of Golden Brown #925614

Tints of Golden Brown #925614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 57.94%
G = 34.13%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#925614 (or 0x925614) is known color: Golden Brown. HEX triplet: 92, 56 and 14. RGB value is (146,86,20). Sum of RGB (Red+Green+Blue) = 146+86+20=252 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.94% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 146 - color contains mainly: red. Hex color #925614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925614 is #6DA9EB. Grayscale: #606060. Windows color (decimal): -7186924 or 1332882. OLE color: 1332882.

HSL color Cylindrical-coordinate representation of color #925614: hue angle of 31.43º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #925614 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 86 20 -
CMYK 0 0.41 0.86 0.43
HSL 31.43º 0.76% 0.33% -
HSV(B) 31.43º 0.86% 0.57% -
XYZ 15.31 12.82 2.33 -
YUV 96.42 84.88 163.37 -
System Red Green Blue C M Y K H S L
Decimal 146 86 20 0 0.41 0.86 0.43 31.43 0.76 0.33
Hex 92 56 14 0 29 56 2B 1F 4C 21
Octal 222 126 24 0 51 126 53 37 114 41
Binary 10010010 1010110 10100 0 101001 1010110 101011 11111 1001100 100001

Color Harmonies of #925614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925614

Black with #925614

Text Example


Text Example

White with #925614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925614; }

 p { color: rgb(146,86,20); }

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

background-color css

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

 a { background-color: rgb(146,86,20); }

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

border-color css

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

 span { border-color: rgb(146,86,20); }

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