Html Css Color HEX #765B3E Shingle Fawn

📋 copy color: '#765B3E'

red 118 ◦ green 91 ◦ blue 62

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

Shades of Shingle Fawn #765B3E

Tints of Shingle Fawn #765B3E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.58%

 BLUE value IS 62 (24.61% from 255) = 22.88%

R = 43.54%
G = 33.58%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#765B3E (or 0x765B3E) is known color: Shingle Fawn. HEX triplet: 76, 5B and 3E. RGB value is (118,91,62). Sum of RGB (Red+Green+Blue) = 118+91+62=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #765B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B3E is #89A4C1. Grayscale: #5F5F5F. Windows color (decimal): -9020610 or 4086646. OLE color: 4086646.

HSL color Cylindrical-coordinate representation of color #765B3E: hue angle of 31.07º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #765B3E is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 91 62 -
CMYK 0 0.23 0.47 0.54
HSL 31.07º 0.31% 0.35% -
HSV(B) 31.07º 0.47% 0.46% -
XYZ 12.08 11.68 6.18 -
YUV 95.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 118 91 62 0 0.23 0.47 0.54 31.07 0.31 0.35
Hex 76 5B 3E 0 17 2F 36 1F 1F 23
Octal 166 133 76 0 27 57 66 37 37 43
Binary 1110110 1011011 111110 0 10111 101111 110110 11111 11111 100011

Color Harmonies of #765B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B3E

Black with #765B3E

Text Example


Text Example

White with #765B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765B3E; }

 p { color: rgb(118,91,62); }

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

background-color css

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

 a { background-color: rgb(118,91,62); }

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

border-color css

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

 span { border-color: rgb(118,91,62); }

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