Html Css Color HEX #926825 Afghan Tan

📋 copy color: '#926825'

red 146 ◦ green 104 ◦ blue 37

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

Shades of Afghan Tan #926825

Tints of Afghan Tan #926825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 50.87%
G = 36.24%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#926825 (or 0x926825) is known color: Afghan Tan. HEX triplet: 92, 68 and 25. RGB value is (146,104,37). Sum of RGB (Red+Green+Blue) = 146+104+37=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #926825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926825 is #6D97DA. Grayscale: #6D6D6D. Windows color (decimal): -7182299 or 2451602. OLE color: 2451602.

HSL color Cylindrical-coordinate representation of color #926825: hue angle of 36.88º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #926825 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 104 37 -
CMYK 0 0.29 0.75 0.43
HSL 36.88º 0.6% 0.36% -
HSV(B) 36.88º 0.75% 0.57% -
XYZ 17.14 16.15 3.96 -
YUV 108.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 146 104 37 0 0.29 0.75 0.43 36.88 0.6 0.36
Hex 92 68 25 0 1D 4B 2B 25 3C 24
Octal 222 150 45 0 35 113 53 45 74 44
Binary 10010010 1101000 100101 0 11101 1001011 101011 100101 111100 100100

Color Harmonies of #926825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926825

Black with #926825

Text Example


Text Example

White with #926825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926825; }

 p { color: rgb(146,104,37); }

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

background-color css

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

 a { background-color: rgb(146,104,37); }

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

border-color css

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

 span { border-color: rgb(146,104,37); }

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