Html Css Color HEX #6B764D Siam

📋 copy color: '#6B764D'

red 107 ◦ green 118 ◦ blue 77

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

Shades of Siam #6B764D

Tints of Siam #6B764D

RGB

 RED value IS 107 (42.19% from 255) = 35.43%

 GREEN value IS 118 (46.48% from 255) = 39.07%

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 35.43%
G = 39.07%
B = 25.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#6B764D (or 0x6B764D) is known color: Siam. HEX triplet: 6B, 76 and 4D. RGB value is (107,118,77). Sum of RGB (Red+Green+Blue) = 107+118+77=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #6B764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B764D is #9489B2. Grayscale: #6E6E6E. Windows color (decimal): -9734579 or 5076587. OLE color: 5076587.

HSL color Cylindrical-coordinate representation of color #6B764D: hue angle of 76.1º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B764D is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 118 77 -
CMYK 0.09 0 0.35 0.54
HSL 76.1º 0.21% 0.38% -
HSV(B) 76.1º 0.35% 0.46% -
XYZ 13.88 16.62 9.5 -
YUV 110.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 107 118 77 0.09 0 0.35 0.54 76.1 0.21 0.38
Hex 6B 76 4D 9 0 23 36 4C 15 26
Octal 153 166 115 11 0 43 66 114 25 46
Binary 1101011 1110110 1001101 1001 0 100011 110110 1001100 10101 100110

Color Harmonies of #6B764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B764D

Black with #6B764D

Text Example


Text Example

White with #6B764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B764D; }

 p { color: rgb(107,118,77); }

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

background-color css

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

 a { background-color: rgb(107,118,77); }

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

border-color css

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

 span { border-color: rgb(107,118,77); }

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