Html Css Color HEX #773606 Peru Tan

📋 copy color: '#773606'

red 119 ◦ green 54 ◦ blue 6

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

Shades of Peru Tan #773606

Tints of Peru Tan #773606

RGB

 RED value IS 119 (46.88% from 255) = 66.48%

 GREEN value IS 54 (21.48% from 255) = 30.17%

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

R = 66.48%
G = 30.17%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#773606 (or 0x773606) is known color: Peru Tan. HEX triplet: 77, 36 and 06. RGB value is (119,54,6). Sum of RGB (Red+Green+Blue) = 119+54+6=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #773606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773606 is #88C9F9. Grayscale: #444444. Windows color (decimal): -8964602 or 407159. OLE color: 407159.

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

Color convert

RGB 119 54 6 -
CMYK 0 0.55 0.95 0.53
HSL 25.49º 0.9% 0.25% -
HSV(B) 25.49º 0.95% 0.47% -
XYZ 8.96 6.57 0.97 -
YUV 67.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 119 54 6 0 0.55 0.95 0.53 25.49 0.9 0.25
Hex 77 36 6 0 37 5F 35 19 5A 19
Octal 167 66 6 0 67 137 65 31 132 31
Binary 1110111 110110 110 0 110111 1011111 110101 11001 1011010 11001

Color Harmonies of #773606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773606

Black with #773606

Text Example


Text Example

White with #773606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773606; }

 p { color: rgb(119,54,6); }

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

background-color css

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

 a { background-color: rgb(119,54,6); }

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

border-color css

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

 span { border-color: rgb(119,54,6); }

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