Html Css Color HEX #763609 Peru Tan

📋 copy color: '#763609'

red 118 ◦ green 54 ◦ blue 9

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

Shades of Peru Tan #763609

Tints of Peru Tan #763609

RGB

 RED value IS 118 (46.48% from 255) = 65.19%

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

 BLUE value IS 9 (3.91% from 255) = 4.97%

R = 65.19%
G = 29.83%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#763609 (or 0x763609) is known color: Peru Tan. HEX triplet: 76, 36 and 09. RGB value is (118,54,9). Sum of RGB (Red+Green+Blue) = 118+54+9=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #763609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763609 is #89C9F6. Grayscale: #444444. Windows color (decimal): -9030135 or 603766. OLE color: 603766.

HSL color Cylindrical-coordinate representation of color #763609: hue angle of 24.77º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #763609 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 54 9 -
CMYK 0 0.54 0.92 0.54
HSL 24.77º 0.86% 0.25% -
HSV(B) 24.77º 0.92% 0.46% -
XYZ 8.84 6.51 1.05 -
YUV 68.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 118 54 9 0 0.54 0.92 0.54 24.77 0.86 0.25
Hex 76 36 9 0 36 5C 36 19 56 19
Octal 166 66 11 0 66 134 66 31 126 31
Binary 1110110 110110 1001 0 110110 1011100 110110 11001 1010110 11001

Color Harmonies of #763609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763609

Black with #763609

Text Example


Text Example

White with #763609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763609; }

 p { color: rgb(118,54,9); }

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

background-color css

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

 a { background-color: rgb(118,54,9); }

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

border-color css

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

 span { border-color: rgb(118,54,9); }

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