Html Css Color HEX #6A744B Siam

📋 copy color: '#6A744B'

red 106 ◦ green 116 ◦ blue 75

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

Shades of Siam #6A744B

Tints of Siam #6A744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

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

R = 35.69%
G = 39.06%
B = 25.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#6A744B (or 0x6A744B) is known color: Siam. HEX triplet: 6A, 74 and 4B. RGB value is (106,116,75). Sum of RGB (Red+Green+Blue) = 106+116+75=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #6A744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A744B is #958BB4. Grayscale: #6C6C6C. Windows color (decimal): -9800629 or 4945002. OLE color: 4945002.

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

Color convert

RGB 106 116 75 -
CMYK 0.09 0 0.35 0.55
HSL 74.63º 0.21% 0.37% -
HSV(B) 74.63º 0.35% 0.45% -
XYZ 13.46 16.06 9.05 -
YUV 108.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 106 116 75 0.09 0 0.35 0.55 74.63 0.21 0.37
Hex 6A 74 4B 9 0 23 37 4B 15 25
Octal 152 164 113 11 0 43 67 113 25 45
Binary 1101010 1110100 1001011 1001 0 100011 110111 1001011 10101 100101

Color Harmonies of #6A744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A744B

Black with #6A744B

Text Example


Text Example

White with #6A744B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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