Html Css Color HEX #763306 Peru Tan

📋 copy color: '#763306'

red 118 ◦ green 51 ◦ blue 6

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

Shades of Peru Tan #763306

Tints of Peru Tan #763306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 67.43%
G = 29.14%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#763306 (or 0x763306) is known color: Peru Tan. HEX triplet: 76, 33 and 06. RGB value is (118,51,6). Sum of RGB (Red+Green+Blue) = 118+51+6=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #763306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763306 is #89CCF9. Grayscale: #424242. Windows color (decimal): -9030906 or 406390. OLE color: 406390.

HSL color Cylindrical-coordinate representation of color #763306: hue angle of 24.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #763306 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 6 -
CMYK 0 0.57 0.95 0.54
HSL 24.11º 0.9% 0.24% -
HSV(B) 24.11º 0.95% 0.46% -
XYZ 8.69 6.23 0.92 -
YUV 65.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 118 51 6 0 0.57 0.95 0.54 24.11 0.9 0.24
Hex 76 33 6 0 39 5F 36 18 5A 18
Octal 166 63 6 0 71 137 66 30 132 30
Binary 1110110 110011 110 0 111001 1011111 110110 11000 1011010 11000

Color Harmonies of #763306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763306

Black with #763306

Text Example


Text Example

White with #763306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763306; }

 p { color: rgb(118,51,6); }

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

background-color css

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

 a { background-color: rgb(118,51,6); }

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

border-color css

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

 span { border-color: rgb(118,51,6); }

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