Html Css Color HEX #793006 Peru Tan

📋 copy color: '#793006'

red 121 ◦ green 48 ◦ blue 6

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

Shades of Peru Tan #793006

Tints of Peru Tan #793006

RGB

 RED value IS 121 (47.66% from 255) = 69.14%

 GREEN value IS 48 (19.14% from 255) = 27.43%

 BLUE value IS 6 (2.73% from 255) = 3.43%

R = 69.14%
G = 27.43%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#793006 (or 0x793006) is known color: Peru Tan. HEX triplet: 79, 30 and 06. RGB value is (121,48,6). Sum of RGB (Red+Green+Blue) = 121+48+6=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #793006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793006 is #86CFF9. Grayscale: #414141. Windows color (decimal): -8835066 or 405625. OLE color: 405625.

HSL color Cylindrical-coordinate representation of color #793006: hue angle of 21.91º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #793006 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 48 6 -
CMYK 0 0.60 0.95 0.53
HSL 21.91º 0.91% 0.25% -
HSV(B) 21.91º 0.95% 0.47% -
XYZ 8.97 6.19 0.89 -
YUV 65.04 94.68 167.92 -
System Red Green Blue C M Y K H S L
Decimal 121 48 6 0 0.60 0.95 0.53 21.91 0.91 0.25
Hex 79 30 6 0 3C 5F 35 16 5B 19
Octal 171 60 6 0 74 137 65 26 133 31
Binary 1111001 110000 110 0 111100 1011111 110101 10110 1011011 11001

Color Harmonies of #793006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793006

Black with #793006

Text Example


Text Example

White with #793006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793006; }

 p { color: rgb(121,48,6); }

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

background-color css

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

 a { background-color: rgb(121,48,6); }

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

border-color css

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

 span { border-color: rgb(121,48,6); }

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