Html Css Color HEX #792706 Peru Tan

📋 copy color: '#792706'

red 121 ◦ green 39 ◦ blue 6

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

Shades of Peru Tan #792706

Tints of Peru Tan #792706

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.49%

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

R = 72.89%
G = 23.49%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#792706 (or 0x792706) is known color: Peru Tan. HEX triplet: 79, 27 and 06. RGB value is (121,39,6). Sum of RGB (Red+Green+Blue) = 121+39+6=166 (21% of max value = 765). Red value is 121 (47.66% from 255 or 72.89% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 121 - color contains mainly: red. Hex color #792706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792706 is #86D8F9. Grayscale: #3B3B3B. Windows color (decimal): -8837370 or 403321. OLE color: 403321.

HSL color Cylindrical-coordinate representation of color #792706: hue angle of 17.22º 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 #792706 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 39 6 -
CMYK 0 0.68 0.95 0.53
HSL 17.22º 0.91% 0.25% -
HSV(B) 17.22º 0.95% 0.47% -
XYZ 8.64 5.53 0.78 -
YUV 59.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 121 39 6 0 0.68 0.95 0.53 17.22 0.91 0.25
Hex 79 27 6 0 44 5F 35 11 5B 19
Octal 171 47 6 0 104 137 65 21 133 31
Binary 1111001 100111 110 0 1000100 1011111 110101 10001 1011011 11001

Color Harmonies of #792706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792706

Black with #792706

Text Example


Text Example

White with #792706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792706; }

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

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

background-color css

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

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

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

border-color css

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

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

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