Html Css Color HEX #6A764B Siam

📋 copy color: '#6A764B'

red 106 ◦ green 118 ◦ blue 75

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

Shades of Siam #6A764B

Tints of Siam #6A764B

RGB

 RED value IS 106 (41.8% from 255) = 35.45%

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

 BLUE value IS 75 (29.69% from 255) = 25.08%

R = 35.45%
G = 39.46%
B = 25.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#6A764B (or 0x6A764B) is known color: Siam. HEX triplet: 6A, 76 and 4B. RGB value is (106,118,75). Sum of RGB (Red+Green+Blue) = 106+118+75=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #6A764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A764B is #9589B4. Grayscale: #6D6D6D. Windows color (decimal): -9800117 or 4945514. OLE color: 4945514.

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

Color convert

RGB 106 118 75 -
CMYK 0.10 0 0.36 0.54
HSL 76.74º 0.22% 0.38% -
HSV(B) 76.74º 0.36% 0.46% -
XYZ 13.69 16.53 9.13 -
YUV 109.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 106 118 75 0.10 0 0.36 0.54 76.74 0.22 0.38
Hex 6A 76 4B A 0 24 36 4D 16 26
Octal 152 166 113 12 0 44 66 115 26 46
Binary 1101010 1110110 1001011 1010 0 100100 110110 1001101 10110 100110

Color Harmonies of #6A764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A764B

Black with #6A764B

Text Example


Text Example

White with #6A764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,118,75); }

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

background-color css

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

 a { background-color: rgb(106,118,75); }

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

border-color css

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

 span { border-color: rgb(106,118,75); }

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