Html Css Color HEX #743306 Peru Tan

📋 copy color: '#743306'

red 116 ◦ green 51 ◦ blue 6

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

Shades of Peru Tan #743306

Tints of Peru Tan #743306

RGB

 RED value IS 116 (45.7% from 255) = 67.05%

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

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

R = 67.05%
G = 29.48%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#743306 (or 0x743306) is known color: Peru Tan. HEX triplet: 74, 33 and 06. RGB value is (116,51,6). Sum of RGB (Red+Green+Blue) = 116+51+6=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #743306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743306 is #8BCCF9. Grayscale: #414141. Windows color (decimal): -9161978 or 406388. OLE color: 406388.

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

Color convert

RGB 116 51 6 -
CMYK 0 0.56 0.95 0.55
HSL 24.55º 0.9% 0.24% -
HSV(B) 24.55º 0.95% 0.45% -
XYZ 8.42 6.09 0.9 -
YUV 65.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 116 51 6 0 0.56 0.95 0.55 24.55 0.9 0.24
Hex 74 33 6 0 38 5F 37 19 5A 18
Octal 164 63 6 0 70 137 67 31 132 30
Binary 1110100 110011 110 0 111000 1011111 110111 11001 1011010 11000

Color Harmonies of #743306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743306

Black with #743306

Text Example


Text Example

White with #743306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743306; }

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

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

background-color css

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

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

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

border-color css

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

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

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