Html Css Color HEX #762F06 Peru Tan

📋 copy color: '#762F06'

red 118 ◦ green 47 ◦ blue 6

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

Shades of Peru Tan #762F06

Tints of Peru Tan #762F06

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.49%

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

R = 69.01%
G = 27.49%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#762F06 (or 0x762F06) is known color: Peru Tan. HEX triplet: 76, 2F and 06. RGB value is (118,47,6). Sum of RGB (Red+Green+Blue) = 118+47+6=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #762F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F06 is #89D0F9. Grayscale: #3F3F3F. Windows color (decimal): -9031930 or 405366. OLE color: 405366.

HSL color Cylindrical-coordinate representation of color #762F06: hue angle of 21.96º 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 #762F06 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 47 6 -
CMYK 0 0.60 0.95 0.54
HSL 21.96º 0.9% 0.24% -
HSV(B) 21.96º 0.95% 0.46% -
XYZ 8.52 5.9 0.86 -
YUV 63.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 118 47 6 0 0.60 0.95 0.54 21.96 0.9 0.24
Hex 76 2F 6 0 3C 5F 36 16 5A 18
Octal 166 57 6 0 74 137 66 26 132 30
Binary 1110110 101111 110 0 111100 1011111 110110 10110 1011010 11000

Color Harmonies of #762F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F06

Black with #762F06

Text Example


Text Example

White with #762F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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