Html Css Color HEX #763608 Peru Tan

📋 copy color: '#763608'

red 118 ◦ green 54 ◦ blue 8

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

Shades of Peru Tan #763608

Tints of Peru Tan #763608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.44%

R = 65.56%
G = 30%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#763608 (or 0x763608) is known color: Peru Tan. HEX triplet: 76, 36 and 08. RGB value is (118,54,8). Sum of RGB (Red+Green+Blue) = 118+54+8=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #763608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763608 is #89C9F7. Grayscale: #444444. Windows color (decimal): -9030136 or 538230. OLE color: 538230.

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

Color convert

RGB 118 54 8 -
CMYK 0 0.54 0.93 0.54
HSL 25.09º 0.87% 0.25% -
HSV(B) 25.09º 0.93% 0.46% -
XYZ 8.83 6.51 1.02 -
YUV 67.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 118 54 8 0 0.54 0.93 0.54 25.09 0.87 0.25
Hex 76 36 8 0 36 5D 36 19 57 19
Octal 166 66 10 0 66 135 66 31 127 31
Binary 1110110 110110 1000 0 110110 1011101 110110 11001 1010111 11001

Color Harmonies of #763608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763608

Black with #763608

Text Example


Text Example

White with #763608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763608; }

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

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

background-color css

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

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

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

border-color css

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

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

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